]> git.tdb.fi Git - ext/subsurface.git/commit
Avoid using strptime
authorDirk Hohndel <dirk@hohndel.org>
Mon, 24 Oct 2011 20:42:36 +0000 (13:42 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Mon, 24 Oct 2011 21:36:03 +0000 (14:36 -0700)
commitc4691306c40dedc61110174dde15310c359abb6a
tree456a8b4bc48fcf390488b8c95ea572658b3afff1
parent6755d8c271511491b8a23b5e56705beca6fd2822
Avoid using strptime

It's less portable (missing on Windows, for example) and it's kind of
overkill here - the same is easily done with a sscanf.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
parse-xml.c