summaryrefslogtreecommitdiff
path: root/phpdbg_cmd.c
diff options
context:
space:
mode:
authorFelipe Pena <felipensp@gmail.com>2013-12-01 15:03:39 -0200
committerFelipe Pena <felipensp@gmail.com>2013-12-01 15:03:39 -0200
commite6970ade6d4332f24b847ea896b49be03d31674e (patch)
tree0b2406ed03201ffb53458e2032f8f5d9baf81937 /phpdbg_cmd.c
parent4dda2980ff8dc8c3b9e24c5ecc3d2578ca783418 (diff)
downloadphp-git-e6970ade6d4332f24b847ea896b49be03d31674e.tar.gz
- Fix compiler warning
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);