iliaa           Tue Dec 10 13:01:33 2002 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/ext/exif      exif.c 
  Log:
  MFH
  
  
Index: php4/ext/exif/exif.c
diff -u php4/ext/exif/exif.c:1.118.2.5 php4/ext/exif/exif.c:1.118.2.6
--- php4/ext/exif/exif.c:1.118.2.5      Tue Dec 10 09:35:36 2002
+++ php4/ext/exif/exif.c        Tue Dec 10 13:01:33 2002
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: exif.c,v 1.118.2.5 2002/12/10 14:35:36 helly Exp $ */
+/* $Id: exif.c,v 1.118.2.6 2002/12/10 18:01:33 iliaa Exp $ */
 
 /*  ToDos
  *
@@ -89,7 +89,7 @@
 };
 /* }}} */
 
-#define EXIF_VERSION "1.4 $Id: exif.c,v 1.118.2.5 2002/12/10 14:35:36 helly Exp $"
+#define EXIF_VERSION "1.4 $Id: exif.c,v 1.118.2.6 2002/12/10 18:01:33 iliaa Exp $"
 
 /* {{{ PHP_MINFO_FUNCTION
  */
@@ -1613,7 +1613,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

Reply via email to