moriyoshi               Sat Oct 26 03:44:30 2002 EDT

  Modified files:              (Branch: PHP_4_2_0)
    /php4/ext/mbstring  mbstring.c 
  Log:
  MFH (in real sense :) )
  
  
Index: php4/ext/mbstring/mbstring.c
diff -u php4/ext/mbstring/mbstring.c:1.48.2.17 php4/ext/mbstring/mbstring.c:1.48.2.18
--- php4/ext/mbstring/mbstring.c:1.48.2.17      Sun Sep  8 20:01:42 2002
+++ php4/ext/mbstring/mbstring.c        Sat Oct 26 03:44:30 2002
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: mbstring.c,v 1.48.2.17 2002/09/09 00:01:42 yohgaki Exp $ */
+/* $Id: mbstring.c,v 1.48.2.18 2002/10/26 07:44:30 moriyoshi Exp $ */
 
 /*
  * PHP4 Multibyte String module "mbstring" (currently only for Japanese)
@@ -1380,7 +1380,7 @@
                        str_list[n] = var;
                        len_list[n] = php_url_decode(var, strlen(var));
                        n++;
-                       str_list[n] = NULL;
+                       str_list[n] = "";
                        len_list[n] = 0;
                }
                n++;



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

Reply via email to