]> granicus.if.org Git - php/commitdiff
% shouldn't be escaped here
authorKalle Sommer Nielsen <kalle@php.net>
Thu, 28 May 2009 20:46:05 +0000 (20:46 +0000)
committerKalle Sommer Nielsen <kalle@php.net>
Thu, 28 May 2009 20:46:05 +0000 (20:46 +0000)
ext/standard/scanf.c

index b2ff8ea5e97e139d9afc520d37716672a38a7788..bc4a1a6f697e14eefbe8550d6254a866b60f8e7a 100644 (file)
@@ -850,7 +850,7 @@ notXpg:
                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;
                }