From: Ray Strode Date: Wed, 10 Sep 2008 17:09:03 +0000 (-0400) Subject: Fix typo X-Git-Tag: 0.6.0~161 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de640c616f373f827f75df3b1980f796359dcd89;p=thirdparty%2Fplymouth.git Fix typo forgot a state-> --- 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; } } }