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:
Abdelrazak Younes 2007-12-13 09:02:58 +00:00
parent 456bc6a829
commit c87b197cd8

View File

@ -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())