diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-09-23 21:09:28 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-09-23 21:09:28 +0000 |
commit | a1bb60776b05d7de1b6486e56d7682b33368ceff (patch) | |
tree | 3bbd309d5fa23727be7eb7c6a210965c5d8567a1 /timeseries | |
parent | cc511848d54b063d74278e80308d99ddbdc37ab3 (diff) | |
download | fetchmail-a1bb60776b05d7de1b6486e56d7682b33368ceff.tar.gz fetchmail-a1bb60776b05d7de1b6486e56d7682b33368ceff.tar.bz2 fetchmail-a1bb60776b05d7de1b6486e56d7682b33368ceff.zip |
Ignore spurious entries.
svn path=/trunk/; revision=2595
Diffstat (limited to 'timeseries')
-rwxr-xr-x | timeseries | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ while ($_ = <NEWS>) if (/^%/) { print $_; } - elsif (/^fetchmail-([^ ]*) \(([^)]*)\):?/) { + elsif (/^fetchmail-([^ ]*) \(([^)]+)\):?/) { $release = $1; $date = $2; $jdate = &day_offset($date); |