sebastian Mon Sep 23 10:20:03 2002 EDT
Modified files:
/php4/ext/standard string.c
Log:
Fix warning.
Index: php4/ext/standard/string.c
diff -u php4/ext/standard/string.c:1.296 php4/ext/standard/string.c:1.297
--- php4/ext/standard/string.c:1.296 Sat Sep 21 13:34:06 2002
+++ php4/ext/standard/string.c Mon Sep 23 10:20:02 2002
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: string.c,v 1.296 2002/09/21 17:34:06 iliaa Exp $ */
+/* $Id: string.c,v 1.297 2002/09/23 14:20:02 sebastian Exp $ */
/* Synced with php 3.0 revision 1.193 1999-06-16 [ssb] */
@@ -3113,7 +3113,6 @@
{
pval ***args = (pval ***) emalloc(sizeof(pval **)*ZEND_NUM_ARGS());
zval **pcategory, **plocale;
- zval *locale;
int i, cat, n_args=ZEND_NUM_ARGS();
char *loc, *retval;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php