aboutsummaryrefslogtreecommitdiffstats
path: root/timeseries
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-09-23 21:09:28 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-09-23 21:09:28 +0000
commita1bb60776b05d7de1b6486e56d7682b33368ceff (patch)
tree3bbd309d5fa23727be7eb7c6a210965c5d8567a1 /timeseries
parentcc511848d54b063d74278e80308d99ddbdc37ab3 (diff)
downloadfetchmail-a1bb60776b05d7de1b6486e56d7682b33368ceff.tar.gz
fetchmail-a1bb60776b05d7de1b6486e56d7682b33368ceff.tar.bz2
fetchmail-a1bb60776b05d7de1b6486e56d7682b33368ceff.zip
Ignore spurious entries.
svn path=/trunk/; revision=2595
Diffstat (limited to 'timeseries')
-rwxr-xr-xtimeseries2
1 files changed, 1 insertions, 1 deletions
diff --git a/timeseries b/timeseries
index 1316c330..fbae1a9b 100755
--- a/timeseries
+++ b/timeseries
@@ -60,7 +60,7 @@ while ($_ = <NEWS>)
if (/^%/) {
print $_;
}
- elsif (/^fetchmail-([^ ]*) \(([^)]*)\):?/) {
+ elsif (/^fetchmail-([^ ]*) \(([^)]+)\):?/) {
$release = $1;
$date = $2;
$jdate = &day_offset($date);