summaryrefslogtreecommitdiff
path: root/phpdbg_cmd.c
diff options
context:
space:
mode:
authorkrakjoe <joe.watkins@live.co.uk>2013-12-02 13:25:20 +0000
committerkrakjoe <joe.watkins@live.co.uk>2013-12-02 13:25:20 +0000
commitfed41baf28b8451e30bdc0f4a8b8d590a35f323e (patch)
treeccabb87e971f18ed5c4eab58ea4cb71173b6028b /phpdbg_cmd.c
parente05b4977c5538f10c8cda6aba013116153262ac2 (diff)
parente6970ade6d4332f24b847ea896b49be03d31674e (diff)
downloadphp-git-fed41baf28b8451e30bdc0f4a8b8d590a35f323e.tar.gz
Merge branch 'master' of https://github.com/krakjoe/phpdbg
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 037e6dfd63..42a84e3b9f 100644
--- a/phpdbg_cmd.c
+++ b/phpdbg_cmd.c
@@ -394,7 +394,7 @@ PHPDBG_API int phpdbg_do_cmd(const phpdbg_command_t *command, phpdbg_input_t *in
int arg;
for (arg=1; arg<input->argc; arg++) {
phpdbg_debug(
- "\t#%d: [%s=%d]",
+ "\t#%d: [%s=%zu]",
arg,
input->argv[arg]->string,
input->argv[arg]->length);