% shouldn't be escaped here

This commit is contained in:
Kalle Sommer Nielsen 2009-05-28 20:46:05 +00:00
parent d1c04314c5
commit f490cdfae3

View 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;
}