]> git.lyx.org Git - lyx.git/commitdiff
Use the safer addName helper function to add the configure lock name to user support...
authorStephan Witt <switt@lyx.org>
Mon, 20 Jul 2015 23:05:04 +0000 (01:05 +0200)
committerStephan Witt <switt@lyx.org>
Wed, 22 Jul 2015 04:02:46 +0000 (06:02 +0200)
src/support/Package.cpp

index b15879cc9fb46a3b0afec19f0498f3f08c0a3975..dda5114fa1740c93572b9969aad9465ac14729e9 100644 (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");
 }