Re: [PATCH v2 4/8] Specify explicitly where we parse timestamps

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



[]
--- 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 ?




[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]