mirror of
https://github.com/reactos/reactos.git
synced 2026-06-08 00:46:10 +08:00
And slightly improve the search loop. - Unconditionally look into the root directory as well, in order to cover all possible boot disk layouts in case someone customizes the ReactOS boot media layout. - Improve the `InfOpenFile()` call error handling, in order to show the erroneous line _iff_ the call failed because of a wrong syntax in TXTSETUP.SIF . Distinguish it from a failure because the file doesn't exist in the source path being tested (in which case, no error is shown).