bug-gnulib
[Top][All Lists]
Advanced

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

Re: new module 'vc-mtime'


From: Collin Funk
Subject: Re: new module 'vc-mtime'
Date: Mon, 24 Feb 2025 17:04:26 -0800
User-agent: Gnus/5.13 (Gnus v5.13)

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

[Prev in Thread] Current Thread [Next in Thread]