]> git.eshelyaron.com Git - emacs.git/commit
* fileio.c (Fverify_visited_file_modtime): Avoid time overflow
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Jun 2011 06:23:20 +0000 (23:23 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Jun 2011 06:23:20 +0000 (23:23 -0700)
commit6f9028d2dc58431d00319b4918af325c507b854c
tree79e7a8938c4a25c32ba909dc79febf99b0d5e041
parent76118f10b098e0cf03050b277401b8646dce5706
* fileio.c (Fverify_visited_file_modtime): Avoid time overflow

if b->modtime has its maximal value.
src/ChangeLog
src/fileio.c