fix typo in patch

This commit is contained in:
Ray Strode 2008-09-08 13:51:47 +00:00
parent 393f6c8fd4
commit 5f672d2057

View File

@ -15,7 +15,7 @@ index 71508c4..ca5f21c 100644
- *end = '\0';
+ {
+ *end = '\0';
+ remaining_command_line += end - console;
+ remaining_command_line += end - state->console;
+ }
}
}