From: Tobias Oetiker Date: Wed, 27 Sep 2006 21:45:47 +0000 (+0000) Subject: tod can come after the date as well as before the date X-Git-Tag: 1.2.16~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=101b2381093304b73646b681652c68f559a3aff5;p=thirdparty%2Frrdtool-1.x.git tod can come after the date as well as before the date git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@899 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/parsetime.c b/src/parsetime.c index eedd3e48..f1958430 100644 --- a/src/parsetime.c +++ b/src/parsetime.c @@ -839,6 +839,7 @@ parsetime(const char *tspec, struct rrd_time_value *ptv) case NUMBER: try(tod(ptv)) try(day(ptv)) + try(tod(ptv)) break; /* fix month parsing */ case JAN: case FEB: case MAR: case APR: case MAY: case JUN: