summaryrefslogtreecommitdiff
path: root/phpdbg_cmd.c
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2013-11-24 13:27:22 +0100
committerBob Weinand <bobwei9@hotmail.com>2013-11-24 13:27:22 +0100
commit2800af6e47dbc9b76843e480bb5d5a61adebc342 (patch)
tree39d8c38072c097304f4df41e75fd2fdf4971bc75 /phpdbg_cmd.c
parentfcdae5867fa6905b25de29dae69e2d3bdcc8e60d (diff)
downloadphp-git-2800af6e47dbc9b76843e480bb5d5a61adebc342.tar.gz
Pssst, compiler!
Diffstat (limited to 'phpdbg_cmd.c')
-rw-r--r--phpdbg_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpdbg_cmd.c b/phpdbg_cmd.c
index 580f68abde..81d71da8b8 100644
--- a/phpdbg_cmd.c
+++ b/phpdbg_cmd.c
@@ -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;