summaryrefslogtreecommitdiff
path: root/phpdbg_cmd.c
diff options
context:
space:
mode:
authorkrakjoe <joe.watkins@live.co.uk>2013-12-18 10:31:14 +0000
committerkrakjoe <joe.watkins@live.co.uk>2013-12-18 10:31:14 +0000
commit7e0d1938f9e875a96284c217f28a2e7a1995539d (patch)
tree21fe5dbe7f9376b8103968d51dcdb6e6573891b4 /phpdbg_cmd.c
parent5cc9a35f1b96499c00a1336275e4ffe120bb69db (diff)
downloadphp-git-7e0d1938f9e875a96284c217f28a2e7a1995539d.tar.gz
fix warnings/50700 stuff
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 bf160835a8..15fb33ffd3 100644
--- a/phpdbg_cmd.c
+++ b/phpdbg_cmd.c
@@ -436,7 +436,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;