kalle Thu Apr 2 05:17:36 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard scanf.c
Log:
MFH:
We dont need to escape % here, it just generates a compiler warning
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/scanf.c?r1=1.31.2.2.2.5.2.5&r2=1.31.2.2.2.5.2.6&diff_format=u
Index: php-src/ext/standard/scanf.c
diff -u php-src/ext/standard/scanf.c:1.31.2.2.2.5.2.5
php-src/ext/standard/scanf.c:1.31.2.2.2.5.2.6
--- php-src/ext/standard/scanf.c:1.31.2.2.2.5.2.5 Fri Feb 6 10:20:09 2009
+++ php-src/ext/standard/scanf.c Thu Apr 2 05:17:36 2009
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: scanf.c,v 1.31.2.2.2.5.2.5 2009/02/06 10:20:09 felipe Exp $ */
+/* $Id: scanf.c,v 1.31.2.2.2.5.2.6 2009/04/02 05:17:36 kalle Exp $ */
/*
scanf.c --
@@ -394,7 +394,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