]> git.pond.sub.org Git - empserver/commit
Work around strptime() lossage
authorMarkus Armbruster <armbru@pond.sub.org>
Mon, 7 Apr 2008 18:20:13 +0000 (20:20 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Mon, 7 Apr 2008 18:20:13 +0000 (20:20 +0200)
commit16b811d4ac38358ee5656fbe74f3eeac9755dbe0
treed41d431ade42d2a75ec05fbd711fed33d85270f5
parent6942ea94dd1a50427d4bc9bbe46913b9cf42b3e0
Work around strptime() lossage

Some losing implementations of strptime() such as FreeBSD's happily
succeed when they fully consumed the first argument, regardless of
whether they matched the full second argument or not.  This causes
lines without directives to be interpreted as "next Sunday".

Work around the lossage in parse_time().
src/lib/common/rdsched.c