From de640c616f373f827f75df3b1980f796359dcd89 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Wed, 10 Sep 2008 13:09:03 -0400 Subject: [PATCH] Fix typo forgot a state-> --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index ca5f21cc..35ff024c 100644 --- a/src/main.c +++ b/src/main.c @@ -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; } } }