Use the safer addName helper function to add the configure lock name to user support directory path name

This commit is contained in:
Stephan Witt 2015-07-21 01:05:04 +02:00
parent 0c093a6264
commit 9f972ba90c

View File

@ -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");
}