tony2001 Tue Jul 1 08:15:44 2008 UTC
Modified files:
/php-src/ext/standard iptc.c
Log:
this should be long
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/iptc.c?r1=1.62&r2=1.63&diff_format=u
Index: php-src/ext/standard/iptc.c
diff -u php-src/ext/standard/iptc.c:1.62 php-src/ext/standard/iptc.c:1.63
--- php-src/ext/standard/iptc.c:1.62 Mon Dec 31 07:12:16 2007
+++ php-src/ext/standard/iptc.c Tue Jul 1 08:15:44 2008
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: iptc.c,v 1.62 2007/12/31 07:12:16 sebastian Exp $ */
+/* $Id: iptc.c,v 1.63 2008/07/01 08:15:44 tony2001 Exp $ */
/*
* Functions to parse & compse IPTC data.
@@ -183,7 +183,8 @@
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;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php