]> git.lyx.org Git - features.git/commit
The time_t type seems to be an unsigned type when compiling with MSVC.
authorEnrico Forestieri <forenr@lyx.org>
Wed, 25 May 2011 13:06:33 +0000 (13:06 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Wed, 25 May 2011 13:06:33 +0000 (13:06 +0000)
commitce655c25c28c05b48570bdb47ebcaf4b77149edf
tree759edf1e5084c91bffca9de335834750f0a1fd1f
parent9a1d2080ef27267cc9b9be540c18214de5c4be85
The time_t type seems to be an unsigned type when compiling with MSVC.
Thus, we can't rely on the returned timestamp being -1 if a pdf doesn't exist.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38835 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/GuiView.cpp