mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 09:20:43 +08:00
[FREELDR] Consider an unkeyed OS entry in freeldr.ini to be a menu separator
This commit is contained in:
@@ -93,7 +93,7 @@ InitOperatingSystemList(
|
||||
SettingValue, sizeof(SettingValue));
|
||||
if (!*SettingName)
|
||||
{
|
||||
ERR("Invalid OS entry %lu, skipping.\n", i);
|
||||
TRACE("Unkeyed OS entry %lu: separator.\n", i);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user