Bruno Haible via Gnulib discussion list <bug-gnulib@gnu.org> writes:

>           unsigned long git_log_time;
>           if (xstrtoul (line, &endptr, 10, &git_log_time, NULL) == LONGINT_OK
>               && endptr == line + strlen (line))
>             {
>               mtime->tv_sec = git_log_time;
>               mtime->tv_nsec = 0;
>               free (line);
>               return 0;
>             }

Isn't unsigned long 32 bits on x86_64 Windows?

Maybe worrying about Year 2106 is a bit premature, but figured I should
mention. :)

Collin

Reply via email to