# HG changeset patch # User Mike Becker # Date 1444738995 -7200 # Node ID 7e0a8912ca25d3d89475a519733e664a68f69825 # Parent 33237261321e7bc15fe75c74a904051b2aa64791 definition: lastmodified and creationdate shall be zero on parse error diff -r 33237261321e -r 7e0a8912ca25 libidav/utils.c --- a/libidav/utils.c Tue Oct 13 13:05:38 2015 +0200 +++ b/libidav/utils.c Tue Oct 13 14:23:15 2015 +0200 @@ -64,7 +64,7 @@ return 0; } // TODO: implement - return -1; + return 0; } time_t util_parse_lastmodified(char *str) {