andrei          Tue Dec 16 16:53:27 2003 EDT

  Modified files:              
    /php-src/ext/pcre   php_pcre.c 
  Log:
  
  
Index: php-src/ext/pcre/php_pcre.c
diff -u php-src/ext/pcre/php_pcre.c:1.147 php-src/ext/pcre/php_pcre.c:1.148
--- php-src/ext/pcre/php_pcre.c:1.147   Tue Nov 25 15:02:22 2003
+++ php-src/ext/pcre/php_pcre.c Tue Dec 16 16:53:27 2003
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_pcre.c,v 1.147 2003/11/25 20:02:22 sniper Exp $ */
+/* $Id: php_pcre.c,v 1.148 2003/12/16 21:53:27 andrei Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -428,7 +428,7 @@
        subpat_names = (char **)safe_emalloc(num_subpats, sizeof(char *), 0);
        memset(subpat_names, 0, sizeof(char *) * num_subpats);
        {
-               int name_cnt, name_size, ni = 0;
+               int name_cnt = 0, name_size, ni = 0;
                char *name_table;
                unsigned short name_idx;
 

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

Reply via email to