mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Use the safer addName helper function to add the configure lock name to user support directory path name
This commit is contained in:
parent
0c093a6264
commit
9f972ba90c
@ -177,7 +177,7 @@ int Package::reconfigureUserLyXDir(string const & option) const
|
||||
|
||||
string Package::getConfigureLockName() const
|
||||
{
|
||||
return user_support().absFileName() + ".lyx_configure_lock";
|
||||
return addName(user_support().absFileName(), ".lyx_configure_lock");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user