iliaa Mon, 27 Jul 2009 19:36:55 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=286426
Log:
Fixed compiler warning
Changed paths:
U php/php-src/trunk/ext/exif/exif.c
Modified: php/php-src/trunk/ext/exif/exif.c
===================================================================
--- php/php-src/trunk/ext/exif/exif.c 2009-07-27 18:15:14 UTC (rev 286425)
+++ php/php-src/trunk/ext/exif/exif.c 2009-07-27 19:36:55 UTC (rev 286426)
@@ -3893,7 +3893,7 @@
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;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php