mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
MFH:
We dont need to escape % here, it just generates a compiler warning
This commit is contained in:
parent
c27bf17f63
commit
76fc7f3845
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue