Fixed for #F != '()
authorStephen Adams <edu/mit/csail/zurich/adams>
Sat, 29 Jan 1994 21:37:38 +0000 (21:37 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Sat, 29 Jan 1994 21:37:38 +0000 (21:37 +0000)
v7/src/runtime/graphics.scm

index 03655dc53d5a2c0fe31871685abd137fece22f40..e5888a52d3c15316341c17848d48fd185876185e 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: graphics.scm,v 1.9 1993/11/04 22:42:45 cph Exp $
+$Id: graphics.scm,v 1.10 1994/01/29 21:37:38 adams Exp $
 
 Copyright (c) 1989-91 Massachusetts Institute of Technology
 
@@ -406,7 +406,7 @@ MIT in each case. |#
            (draw     (operation 'draw))
            (draw-subimage (operation 'draw-subimage))
            (fill-from-byte-vector (operation 'fill-from-byte-vector)))
-       (if operations
+       (if (not (null? operations))
            (error "Extra image type operations: " operations)
            (%make-image-type create destroy 
                              width height