felipe Fri Jun 12 13:27:39 2009 UTC Modified files: /php-src/ext/exif exif.c Log: - Dropped unused var (HEAD only) http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.213&r2=1.214&diff_format=u Index: php-src/ext/exif/exif.c diff -u php-src/ext/exif/exif.c:1.213 php-src/ext/exif/exif.c:1.214 --- php-src/ext/exif/exif.c:1.213 Thu May 28 13:44:43 2009 +++ php-src/ext/exif/exif.c Fri Jun 12 13:27:39 2009 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: exif.c,v 1.213 2009/05/28 13:44:43 pajoye Exp $ */ +/* $Id: exif.c,v 1.214 2009/06/12 13:27:39 felipe Exp $ */ /* ToDos * @@ -138,7 +138,7 @@ }; /* }}} */ -#define EXIF_VERSION "1.4 $Id: exif.c,v 1.213 2009/05/28 13:44:43 pajoye Exp $" +#define EXIF_VERSION "1.4 $Id: exif.c,v 1.214 2009/06/12 13:27:39 felipe Exp $" /* {{{ PHP_MINFO_FUNCTION */ @@ -3888,7 +3888,7 @@ PHP_FUNCTION(exif_read_data) { zval **p_name; - int i, ac = ZEND_NUM_ARGS(), ret, sections_needed=0; + int i, ret, sections_needed=0; zend_bool sub_arrays=0, read_thumbnail=0, read_all=0; image_info_type ImageInfo; char tmp[64], *sections_str=0, *s;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php