mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Fix bug introduced in r39705 (was making .eps.gz not work anymore).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39720 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b31f0cfc4d
commit
b095996dda
@ -359,7 +359,7 @@ bool CacheItem::Impl::tryDisplayFormat(FileName & filename, string & from)
|
||||
return false;
|
||||
}
|
||||
|
||||
zipped_ = formats.isZippedFile(filename);
|
||||
zipped_ = formats.isZippedFile(filename_);
|
||||
if (zipped_) {
|
||||
unzipped_filename_ = FileName::tempName(
|
||||
filename_.toFilesystemEncoding());
|
||||
|
Loading…
Reference in New Issue
Block a user