mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
oops
This commit is contained in:
@ -64,6 +64,7 @@ int CALLBACK WinMain(HINSTANCE hinst, HINSTANCE hprev, LPSTR cmdline, int cmdsho
|
||||
for (int i = 0; i < len; i++)
|
||||
{
|
||||
char c = cmdline[i];
|
||||
if (c == '\0') break;
|
||||
if (c == '"') inquote = !inquote;
|
||||
if (!inquote && c==' ')
|
||||
{
|
||||
|
Reference in New Issue
Block a user