Fix for the sed-append-next-line test
authorGlenn L McGrath <bug1@ihug.co.nz>
Mon, 15 Sep 2003 05:42:05 +0000 (05:42 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Mon, 15 Sep 2003 05:42:05 +0000 (05:42 -0000)
editors/sed.c

index b73d660..00ed208 100644 (file)
@@ -1001,6 +1001,11 @@ static void process_file(FILE * file)
                                                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':