Switch to side-by-side view
--- a/src/utils/pathut.cpp +++ b/src/utils/pathut.cpp @@ -95,7 +95,7 @@ return true; } -static const string& tmplocation() +const string& tmplocation() { static string stmpdir; if (stmpdir.empty()) {
--- a/src/utils/pathut.cpp +++ b/src/utils/pathut.cpp @@ -95,7 +95,7 @@ return true; } -static const string& tmplocation() +const string& tmplocation() { static string stmpdir; if (stmpdir.empty()) {