]> granicus.if.org Git - php/commitdiff
Fixed compiler warning
authorIlia Alshanetsky <iliaa@php.net>
Mon, 27 Jul 2009 19:36:55 +0000 (19:36 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Mon, 27 Jul 2009 19:36:55 +0000 (19:36 +0000)
ext/exif/exif.c

index dd6527a4d67fe1f2ffc8ce6d9ffe0493c250ab64..8358ed21975dc91dd4d62dc366257f9d1273a1c6 100644 (file)
@@ -3893,7 +3893,7 @@ PHP_FUNCTION(exif_read_data)
        image_info_type ImageInfo;
        char tmp[64], *sections_str = NULL, *p_sections_needed = NULL, *s;
        char *filename;
-       int filename_len, sections_str_len = 0;
+       int filename_len;
 
        if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Z|sbb", &p_name, &p_sections_needed, &p_sections_needed_len, &sub_arrays, &read_thumbnail) == FAILURE) {
                return;