]> granicus.if.org Git - php/commitdiff
Fixed win32 build.
authorIlia Alshanetsky <iliaa@php.net>
Tue, 10 Dec 2002 18:00:47 +0000 (18:00 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 10 Dec 2002 18:00:47 +0000 (18:00 +0000)
ext/exif/exif.c

index b14f4bafd3f521054b0815887263b20526b4d1f5..1e915d51490d6a5d30f753a5551e3055712807f8 100644 (file)
@@ -1623,7 +1623,7 @@ static void exif_iif_add_value(image_info_type *image_info, int section_index, c
                        } 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];
                                }