bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#7547: 24.0.50; verify-visited-file-modtime no longer returns t for n


From: Glenn Morris
Subject: bug#7547: 24.0.50; verify-visited-file-modtime no longer returns t for non-existent file
Date: Tue, 11 Jan 2011 23:35:54 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Andreas Schwab wrote:

>>            && (st.st_mtime == b->modtime + 1
>>                || st.st_mtime == b->modtime - 1)))
>>         && (st.st_size == b->modtime_size
>> !           || b->modtime_size < 0 || st.st_mtime < 0))
>
> time_t may be unsigned, thus (time_t)-1 may be > 0.

I don't understand this comment.

If there is someone who knows how to fix this issue, please do so.





reply via email to

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