From 9f972ba90cad282cc036cee0e0dd2028b7b94dde Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Tue, 21 Jul 2015 01:05:04 +0200 Subject: [PATCH] Use the safer addName helper function to add the configure lock name to user support directory path name --- src/support/Package.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/support/Package.cpp b/src/support/Package.cpp index b15879cc9f..dda5114fa1 100644 --- a/src/support/Package.cpp +++ b/src/support/Package.cpp @@ -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"); } -- 2.39.2