We dont need to escape % here, it just generates a compiler warning
This commit is contained in:
Kalle Sommer Nielsen 2009-04-02 05:17:36 +00:00
parent c27bf17f63
commit 76fc7f3845

View file

@ -394,7 +394,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;
}