Crash and compile issues on windows

This commit is contained in:
KimLS
2019-08-08 15:55:14 -07:00
parent b62944c5fb
commit 880de837d9
6 changed files with 13 additions and 14 deletions
+2 -2
View File
@@ -81,12 +81,12 @@ namespace EQEmuCommand {
if (!arguments_filled || argc == 2) {
std::string arguments_string;
for (auto &arg : arguments) {
for (auto &arg : arguments) {
arguments_string += " " + arg + "=*\n";
}
std::string options_string;
for (auto &opt : options) {
for (auto &opt : options) {
options_string += " " + opt + "\n";
}