Pssst, compiler!

This commit is contained in:
Bob Weinand 2013-11-24 13:27:22 +01:00
parent fcdae5867f
commit 2800af6e47
4 changed files with 6 additions and 6 deletions

View file

@ -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;