mirror of
https://github.com/thunderbrewhq/bc.git
synced 2025-12-12 10:02:30 +00:00
fix(os): added missing increment to OsSetCommandLine
This commit is contained in:
parent
26f3d5527e
commit
0bed8080d5
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue