1
0
Fork 0

Fix reference of string

This commit is contained in:
Wilfried Goesgens 2016-06-03 15:12:44 +02:00
parent cd8736992c
commit bae5caf232
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ std::string arangodb::options::EnvironmentTranslator(std::string const& value) {
if (v == nullptr) {
#if _WIN32
if (TRI_EqualString(k, "ROOTDIR")) {
if (TRI_EqualString(k.c_str(), "ROOTDIR")) {
vv = TRI_LocateInstallDirectory();
if (! vv.empty()) {