forgot a state->
This commit is contained in:
Ray Strode 2008-09-10 13:09:03 -04:00
parent be0130677f
commit de640c616f

View file

@ -505,7 +505,7 @@ check_for_serial_console (state_t *state)
if (end != NULL)
{
*end = '\0';
remaining_command_line += end - console;
remaining_command_line += end - state->console;
}
}
}