X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmain.cpp;h=6e8898836713f8377e2c43f9012d34c831ce7a37;hp=087f6dd647b5f3166e0a3392539d4835bb4a969d;hb=7eb6a488ade31254151fd516aa4c94fc56b84a1f;hpb=72641dcaae2241c830254fc19b742eb477d831a3 diff --git a/src/main.cpp b/src/main.cpp index 087f6dd6..6e889883 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -46,7 +46,7 @@ int main(int argc, char* argv[]) { std::string args; for (int i = 1; i < argc; i++) - args += std::string(" ") + argv[i]; + args += std::string(argv[i]) + " "; uci_loop(args); }