mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix copy&paste error round 2.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22121 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
456bc6a829
commit
c87b197cd8
@ -318,7 +318,7 @@ void ConverterCache::add(FileName const & orig_from, string const & to_format,
|
||||
onlyFilename(new_item.cache_name.absFilename()))) {
|
||||
if (!changeMode(new_item.cache_name, 0600)) {
|
||||
LYXERR(Debug::FILES, "Could not change file mode"
|
||||
<< item->cache_name);
|
||||
<< new_item.cache_name);
|
||||
}
|
||||
FormatCache & format_cache = pimpl_->cache[orig_from];
|
||||
if (format_cache.from_format.empty())
|
||||
|
Loading…
Reference in New Issue
Block a user