mirror of
https://github.com/reactos/reactos.git
synced 2026-05-24 00:00:41 +08:00
- Don't hardcode constant string lengths. - Use `_strnicmp()` -- Ideally we shouldn't have to unconditionally upcase the global kernel command-line string to perform substrings comparisons. - Cast `atol()` returned value to `ULONG`.