commit | 73116311e561212729debc1483c414aa184cc591 | [log] [tgz] |
---|---|---|
author | Glenn L McGrath <bug1@ihug.co.nz> | Mon Sep 15 05:42:05 2003 +0000 |
committer | Glenn L McGrath <bug1@ihug.co.nz> | Mon Sep 15 05:42:05 2003 +0000 |
tree | ec244cd6a097b185848c1bd4d8bdff8bb0793809 | |
parent | 65f9dc01f35aac8ee3ee44b8369a30b118fafef9 [diff] |
Fix for the sed-append-next-line test
diff --git a/editors/sed.c b/editors/sed.c index b73d660..00ed208 100644 --- a/editors/sed.c +++ b/editors/sed.c
@@ -1001,6 +1001,11 @@ strcat(pattern_space, next_line); next_line = bb_get_chomped_line_from_file(file); linenum++; + } else { + /* Jump to end of script and exist */ + deleted = 1; + free(next_line); + next_line = NULL; } break; case 't':