diff --git a/bc/os/CommandLine.cpp b/bc/os/CommandLine.cpp index 8ce0bd7..39e376c 100644 --- a/bc/os/CommandLine.cpp +++ b/bc/os/CommandLine.cpp @@ -84,6 +84,7 @@ void OsSetCommandLine(int argc, char* argv[]) { int i = 0; while (i < argc) { append_commandline(commandline, sizeof(commandline), argv[i]); + i++; } #endif }