From: Ilia Alshanetsky Date: Mon, 27 Jul 2009 19:36:55 +0000 (+0000) Subject: Fixed compiler warning X-Git-Tag: php-5.4.0alpha1~191^2~2942 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf0ef43d3094bc1025f1bc9de2af5451132daee3;p=php Fixed compiler warning --- diff --git a/ext/exif/exif.c b/ext/exif/exif.c index dd6527a4d6..8358ed2197 100644 --- a/ext/exif/exif.c +++ b/ext/exif/exif.c @@ -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;