]> granicus.if.org Git - php/commitdiff
We dont need to escape % here, it just generates a compiler warning
authorKalle Sommer Nielsen <kalle@php.net>
Thu, 2 Apr 2009 05:16:55 +0000 (05:16 +0000)
committerKalle Sommer Nielsen <kalle@php.net>
Thu, 2 Apr 2009 05:16:55 +0000 (05:16 +0000)
ext/standard/scanf.c

index f041b1433419c00711559fb099fbc5290db83458..b2ff8ea5e97e139d9afc520d37716672a38a7788 100644 (file)
@@ -574,7 +574,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;
                }