From 5f672d2057cc4634b3a9d7c8fbab63176bce02cc Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Mon, 8 Sep 2008 13:51:47 +0000 Subject: [PATCH] fix typo in patch --- serial-again.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serial-again.patch b/serial-again.patch index d838fd6..2c30f81 100644 --- a/serial-again.patch +++ b/serial-again.patch @@ -15,7 +15,7 @@ index 71508c4..ca5f21c 100644 - *end = '\0'; + { + *end = '\0'; -+ remaining_command_line += end - console; ++ remaining_command_line += end - state->console; + } } }