iliaa Tue Dec 10 13:00:51 2002 EDT
Modified files:
/php4/ext/exif exif.c
Log:
Fixed win32 build.
Index: php4/ext/exif/exif.c
diff -u php4/ext/exif/exif.c:1.125 php4/ext/exif/exif.c:1.126
--- php4/ext/exif/exif.c:1.125 Tue Dec 10 09:35:13 2002
+++ php4/ext/exif/exif.c Tue Dec 10 13:00:47 2002
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: exif.c,v 1.125 2002/12/10 14:35:13 helly Exp $ */
+/* $Id: exif.c,v 1.126 2002/12/10 18:00:47 iliaa Exp $ */
/* ToDos
*
@@ -89,7 +89,7 @@
};
/* }}} */
-#define EXIF_VERSION "1.4 $Id: exif.c,v 1.125 2002/12/10 14:35:13 helly Exp $"
+#define EXIF_VERSION "1.4 $Id: exif.c,v 1.126 2002/12/10 18:00:47 iliaa Exp $"
/* {{{ PHP_MINFO_FUNCTION
*/
@@ -1623,7 +1623,7 @@
} else {
info_value = &info_data->value;
}
- for (index=0,vptr=value; index<length;
index++,vptr+=php_tiff_bytes_per_format[format]) {
+ for (index=0,vptr=value; index<length;
+index++,(int)vptr+=php_tiff_bytes_per_format[format]) {
if (length>1) {
info_value = &info_data->value.list[index];
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php