]> granicus.if.org Git - php/commitdiff
this should be long
authorAntony Dovgal <tony2001@php.net>
Tue, 1 Jul 2008 08:15:44 +0000 (08:15 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 1 Jul 2008 08:15:44 +0000 (08:15 +0000)
ext/standard/iptc.c

index aef62adfa43dc3b85cd37558954f5c21a15e1c21..886b0a7df95dc2a41be57f6fa9d7ee229fce98a2 100644 (file)
@@ -183,7 +183,8 @@ PHP_FUNCTION(iptcembed)
        int jpeg_file_len, iptcdata_len;
     FILE *fp;
        unsigned int marker;
-       unsigned int spool = 0, done = 0, inx;  
+       unsigned int done = 0, inx;     
+       long spool = 0;
        unsigned char *spoolbuf=0, *poi=0;
        struct stat sb;
        zend_bool written = 0;