aboutsummaryrefslogtreecommitdiff
path: root/src/tools/connection_patcher/Program.cpp
diff options
context:
space:
mode:
authorMitchesD <majklprofik@seznam.cz>2015-08-21 12:48:25 +0200
committerMitchesD <majklprofik@seznam.cz>2015-08-21 12:48:25 +0200
commit50bf874a770d97447beecb0456a6af262ce4e458 (patch)
treeb6740a8f9d774598c9699464685f7281c74cb2b6 /src/tools/connection_patcher/Program.cpp
parent172293acee1607727ebd8070ab3e1390590d02a8 (diff)
Tools/ConnectionPatcher: fix typo
Diffstat (limited to 'src/tools/connection_patcher/Program.cpp')
-rw-r--r--src/tools/connection_patcher/Program.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/connection_patcher/Program.cpp b/src/tools/connection_patcher/Program.cpp
index 2179711c492..08ea8d3a0f7 100644
--- a/src/tools/connection_patcher/Program.cpp
+++ b/src/tools/connection_patcher/Program.cpp
@@ -201,7 +201,7 @@ int main(int argc, char** argv)
if ((tempPath = getenv("HOME")) == nullptr)
tempPath = getpwuid(getuid())->pw_dir;
std::string tempPathStr(tempPath);
- appDataPath.assign(tempPathStr.begin(), tempPathStr.end()) + std::wstring(L"/.wine/.drive_c/users/Public/Application Data");
+ appDataPath.assign(tempPathStr.begin(), tempPathStr.end()) + std::wstring(L"/.wine/drive_c/users/Public/Application Data");
#endif
if (vm.count("modulePath"))
appDataPath.assign(vm["modulePath"].as<std::string>().begin(), vm["modulePath"].as<std::string>().end());