Skip to content
This repository has been archived by the owner on Feb 6, 2019. It is now read-only.

Commit

Permalink
- Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Dec 1, 2013
1 parent 4dda298 commit e6970ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpdbg_cmd.c
Expand Up @@ -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);
Expand Down

0 comments on commit e6970ad

Please sign in to comment.