mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
Pssst, compiler!
This commit is contained in:
parent
fcdae5867f
commit
2800af6e47
4 changed files with 6 additions and 6 deletions
|
@ -192,7 +192,7 @@ PHPDBG_API phpdbg_input_t **phpdbg_read_argv(char *buffer, int *argc TSRMLS_DC)
|
|||
|
||||
case IN_STRING:
|
||||
phpdbg_error(
|
||||
"Malformed command line (unclosed quote) @ %d: %s!",
|
||||
"Malformed command line (unclosed quote) @ %ld: %s!",
|
||||
(p - buffer)-1, &buffer[(p - buffer)-1]);
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue