helly           Tue Feb 28 02:22:57 2006 UTC

  Modified files:              (Branch: PHP_5_1)
    /php-src/ext/iconv  iconv.c 
  Log:
  - Fix warning
  
http://cvs.php.net/viewcvs.cgi/php-src/ext/iconv/iconv.c?r1=1.124.2.6&r2=1.124.2.7&diff_format=u
Index: php-src/ext/iconv/iconv.c
diff -u php-src/ext/iconv/iconv.c:1.124.2.6 php-src/ext/iconv/iconv.c:1.124.2.7
--- php-src/ext/iconv/iconv.c:1.124.2.6 Fri Feb 24 16:05:38 2006
+++ php-src/ext/iconv/iconv.c   Tue Feb 28 02:22:57 2006
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: iconv.c,v 1.124.2.6 2006/02/24 16:05:38 derick Exp $ */
+/* $Id: iconv.c,v 1.124.2.7 2006/02/28 02:22:57 helly Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -583,7 +583,7 @@
        size_t out_left;
 
        unsigned int cnt;
-       unsigned int total_len;
+       int total_len;
        
        err = _php_iconv_strlen(&total_len, str, nbytes, enc);
        if (err != PHP_ICONV_ERR_SUCCESS) {

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to