summaryrefslogtreecommitdiff
path: root/source3/script/scancvslog.pl
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2001-04-23 23:44:25 +0000
committerHerb Lewis <herb@samba.org>2001-04-23 23:44:25 +0000
commit95004fc9dd862218224d060e012a65a164b14c60 (patch)
tree05b6b16339ed0cd8ed8ca0f140d66dd4a561037a /source3/script/scancvslog.pl
parent3e4c6d130c3c533831ac6a52e2403132b79f4b28 (diff)
downloadsamba-95004fc9dd862218224d060e012a65a164b14c60.tar.gz
samba-95004fc9dd862218224d060e012a65a164b14c60.tar.bz2
samba-95004fc9dd862218224d060e012a65a164b14c60.zip
row of asteriks that indicates new entry must start at beginning of line.
(This used to be commit df4a31580c537b2008db76a2009d21f7f9ac7285)
Diffstat (limited to 'source3/script/scancvslog.pl')
-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;