mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Make sure the temp path is a directory.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24914 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0d71b51796
commit
574c3ea073
@ -78,7 +78,7 @@ FileNameList lyxSockets(string const & dir, string const & pid)
|
|||||||
{
|
{
|
||||||
FileNameList dirlist;
|
FileNameList dirlist;
|
||||||
|
|
||||||
FileName dirpath(dir);
|
FileName dirpath(dir + "/");
|
||||||
|
|
||||||
if (!dirpath.exists() || !dirpath.isDirectory()) {
|
if (!dirpath.exists() || !dirpath.isDirectory()) {
|
||||||
lyxerr << dir << " does not exist or is not a directory."
|
lyxerr << dir << " does not exist or is not a directory."
|
||||||
|
Loading…
Reference in New Issue
Block a user