From 95004fc9dd862218224d060e012a65a164b14c60 Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Mon, 23 Apr 2001 23:44:25 +0000 Subject: row of asteriks that indicates new entry must start at beginning of line. (This used to be commit df4a31580c537b2008db76a2009d21f7f9ac7285) --- source3/script/scancvslog.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/script') 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 { $_ = ; chomp $_; next if (not ($_)); - if (/\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*/) { + if (/^\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*/) { next if ($#Entry == -1); push(Entry,$_); return @Entry; -- cgit