iliaa Mon Oct 28 20:28:22 2002 EDT Modified files: /php4/ext/iconv iconv.c Log: Fixed compile warning. Index: php4/ext/iconv/iconv.c diff -u php4/ext/iconv/iconv.c:1.57 php4/ext/iconv/iconv.c:1.58 --- php4/ext/iconv/iconv.c:1.57 Sat Oct 26 04:52:17 2002 +++ php4/ext/iconv/iconv.c Mon Oct 28 20:28:21 2002 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: iconv.c,v 1.57 2002/10/26 08:52:17 moriyoshi Exp $ */ +/* $Id: iconv.c,v 1.58 2002/10/29 01:28:21 iliaa Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -384,7 +384,7 @@ char *out_buffer, *content_type, *mimetype = NULL, *s; zval *zv_string; unsigned int out_len; - int err, status, mimetype_alloced = 0; + int status, mimetype_alloced = 0; if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zl", &zv_string, &status) == FAILURE) return;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php