mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
* Buffer.cpp: squash compiler warning.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30463 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
eab8801afe
commit
ca070ea260
@ -487,8 +487,8 @@ string Buffer::logName(LogType * type) const
|
|||||||
return bname.absFilename();
|
return bname.absFilename();
|
||||||
// If we have a newer master file log or only a master log, show this
|
// If we have a newer master file log or only a master log, show this
|
||||||
} else if (fname != masterfname
|
} else if (fname != masterfname
|
||||||
&& (!fname.exists() && masterfname.exists()
|
&& (!fname.exists() && (masterfname.exists()
|
||||||
|| fname.lastModified() < masterfname.lastModified())) {
|
|| fname.lastModified() < masterfname.lastModified()))) {
|
||||||
LYXERR(Debug::FILES, "Log name calculated as: " << masterfname);
|
LYXERR(Debug::FILES, "Log name calculated as: " << masterfname);
|
||||||
if (type)
|
if (type)
|
||||||
*type = mtype;
|
*type = mtype;
|
||||||
|
Loading…
Reference in New Issue
Block a user