row of asteriks that indicates new entry must start at beginning of line.
authorHerb Lewis <herb@samba.org>
Mon, 23 Apr 2001 23:44:25 +0000 (23:44 +0000)
committerHerb Lewis <herb@samba.org>
Mon, 23 Apr 2001 23:44:25 +0000 (23:44 +0000)
source/script/scancvslog.pl

index 6e05c4c3d6279fc304106915187de914e6ce5083..b1114f5706e6c9a3e3ef14460dcd67a54d5a7fa6 100755 (executable)
@@ -83,7 +83,7 @@ sub get_entry {
       $_ = <INFILE>;
       chomp $_;
       next if (not ($_));
-      if (/\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*/) {
+      if (/^\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*/) {
        next if ($#Entry == -1);
        push(Entry,$_);
        return @Entry;