1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 17:38:14 +02:00

% 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
+1 -1
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;
}