summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsource3/script/scancvslog.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/scancvslog.pl b/source3/script/scancvslog.pl
index 6e05c4c3d6..b1114f5706 100755
--- a/source3/script/scancvslog.pl
+++ b/source3/script/scancvslog.pl
@@ -83,7 +83,7 @@ sub get_entry {
$_ = <INFILE>;
chomp $_;
next if (not ($_));
- if (/\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*/) {
+ if (/^\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*/) {
next if ($#Entry == -1);
push(Entry,$_);
return @Entry;