stop break on condition from bugging out

This commit is contained in:
krakjoe 2013-11-20 20:29:14 +00:00
parent 3c36fb99f2
commit 75e2e7ddf5
3 changed files with 7 additions and 2 deletions

View file

@ -322,7 +322,7 @@ int phpdbg_do_cmd(const phpdbg_command_t *command, const phpdbg_input_t *input T
if (input->argc > 1) {
if (command->subs) {
phpdbg_input_t sub;
sub.argc = input->argc-1;
sub.argv = &input->argv[1];