From 7e0d1938f9e875a96284c217f28a2e7a1995539d Mon Sep 17 00:00:00 2001 From: krakjoe Date: Wed, 18 Dec 2013 10:31:14 +0000 Subject: fix warnings/50700 stuff --- phpdbg_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpdbg_cmd.c') 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; -- cgit v1.2.1