From: Felipe Pena Date: Sun, 1 Dec 2013 17:03:39 +0000 (-0200) Subject: - Fix compiler warning X-Git-Tag: php-5.6.0alpha1~110^2~30^2~10^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6970ade6d4332f24b847ea896b49be03d31674e;p=php - Fix compiler warning --- 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; argargc; arg++) { phpdbg_debug( - "\t#%d: [%s=%d]", + "\t#%d: [%s=%zu]", arg, input->argv[arg]->string, input->argv[arg]->length);