kalle Thu May 28 20:46:05 2009 UTC
Modified files:
/php-src/ext/standard scanf.c
Log:
% shouldn't be escaped here
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/scanf.c?r1=1.48&r2=1.49&diff_format=u
Index: php-src/ext/standard/scanf.c
diff -u php-src/ext/standard/scanf.c:1.48 php-src/ext/standard/scanf.c:1.49
--- php-src/ext/standard/scanf.c:1.48 Thu Apr 2 05:16:55 2009
+++ php-src/ext/standard/scanf.c Thu May 28 20:46:05 2009
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: scanf.c,v 1.48 2009/04/02 05:16:55 kalle Exp $ */
+/* $Id: scanf.c,v 1.49 2009/05/28 20:46:05 kalle Exp $ */
/*
scanf.c --
@@ -850,7 +850,7 @@
gotSequential = 1;
if (gotXpg) {
mixedXPG:
- php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s",
"cannot mix \"\%\" and \"\%n$\" conversion specifiers");
+ php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s",
"cannot mix \"%\" and \"%n$\" conversion specifiers");
goto error;
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php