Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--overlay/overlay_exe/overlay_exe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/overlay_exe/overlay_exe.cpp b/overlay/overlay_exe/overlay_exe.cpp
index 9fc999399..e55ad9086 100644
--- a/overlay/overlay_exe/overlay_exe.cpp
+++ b/overlay/overlay_exe/overlay_exe.cpp
@@ -116,7 +116,7 @@ static std::vector<std::wstring> GetCommandLineArgs() {
}
for (int i = 0; i < argc; i++) {
- args.push_back(std::wstring(argv[0]));
+ args.push_back(std::wstring(argv[i]));
}
return args;