[]
--- a/git-compat-util.h
+++ b/git-compat-util.h
@@ -319,6 +319,8 @@ extern char *gitdirname(char *);
 #define PRIo32 "o"
 #endif

+#define parse_timestamp strtoul
+

Would
#define parse_timestamp(a,b,c)  strtoul((a),(b),(c))
be more strict ?

Reply via email to