mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Add FIXME
This commit is contained in:
parent
bf25e8568d
commit
a8de13632a
@ -244,6 +244,8 @@ void ConverterCache::init()
|
||||
cache_dir = FileName(addName(package().user_support().absFileName(), "cache"));
|
||||
if (!cache_dir.exists())
|
||||
if (!cache_dir.createDirectory(0700)) {
|
||||
// FIXME This should really be displayed as a message. But the GUI
|
||||
// does not exist yet.
|
||||
lyxerr << "Could not create cache directory `"
|
||||
<< cache_dir << "'." << endl;
|
||||
exit(EXIT_FAILURE);
|
||||
|
Loading…
Reference in New Issue
Block a user