]> gitweb.factorcode.org Git - factor.git/commitdiff
fix a stack effect
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 28 Sep 2009 20:59:02 +0000 (15:59 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 28 Sep 2009 20:59:02 +0000 (15:59 -0500)
basis/images/tiff/tiff.factor

index dfc3c8b4411650b0df1219fdd94d9f619d21e424..f0a8bb4891a37927e0abc8b1d3695d1da1c15b5a 100755 (executable)
@@ -556,7 +556,7 @@ ERROR: unknown-component-order ifd ;
 : process-tif-ifds ( loading-tiff -- )
     ifds>> [ process-ifd ] each ;
 
-: load-tiff ( path -- loading-tiff )
+: load-tiff ( stream -- loading-tiff )
     [ load-tiff-ifds dup ]
     [
         [ [ 0 seek-absolute ] dip stream-seek ]