bad line-kill detection fixed
authorShawn Boyette <sboyette@esilibrary.com>
Mon, 22 Sep 2008 19:39:56 +0000 (19:39 +0000)
committerShawn Boyette <sboyette@esilibrary.com>
Mon, 22 Sep 2008 19:39:56 +0000 (19:39 +0000)
yaz-cleanup

index 2214564..d44e4cf 100755 (executable)
@@ -99,7 +99,7 @@ sub edit {
             my $term = $commands{$line}->($line_in);
             last if $term;
         } else {
-            if ($context[3] eq " [LINE KILLED\n]") {
+            if ($context[3] eq " [LINE KILLED]\n") {
                 push @record, "$line\n"
             } else {
                 $record[-1] = "$line\n";