[*] Amend linux cmdline parsing

This commit is contained in:
Reece Wilson 2022-04-06 08:25:17 +01:00
parent 14274f2e07
commit da506dd0d8

View File

@ -48,7 +48,7 @@ namespace Aurora::CmdLine
{
args.push_back(AuString(ret.begin() + idx, ret.begin() + i));
}
idx = i;
idx = i + 1;
}
}