diff options
Diffstat (limited to 'src/burn/engine/engine.cpp')
-rw-r--r-- | src/burn/engine/engine.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/burn/engine/engine.cpp b/src/burn/engine/engine.cpp index 4323b540..e6cb1708 100644 --- a/src/burn/engine/engine.cpp +++ b/src/burn/engine/engine.cpp | |||
@@ -71,8 +71,7 @@ extern "C" BOOL EngineInCleanRoom( | |||
71 | // that should be setting this command line option, that is in our control. | 71 | // that should be setting this command line option, that is in our control. |
72 | BOOL fInCleanRoom = (wzCommandLine && | 72 | BOOL fInCleanRoom = (wzCommandLine && |
73 | (wzCommandLine[0] == L'-' || wzCommandLine[0] == L'/') && | 73 | (wzCommandLine[0] == L'-' || wzCommandLine[0] == L'/') && |
74 | CSTR_EQUAL == ::CompareStringW(LOCALE_INVARIANT, NORM_IGNORECASE, wzCommandLine + 1, cchCleanRoomSwitch, BURN_COMMANDLINE_SWITCH_CLEAN_ROOM, cchCleanRoomSwitch) && | 74 | CSTR_EQUAL == ::CompareStringW(LOCALE_INVARIANT, NORM_IGNORECASE, wzCommandLine + 1, cchCleanRoomSwitch, BURN_COMMANDLINE_SWITCH_CLEAN_ROOM, cchCleanRoomSwitch) |
75 | wzCommandLine[1 + cchCleanRoomSwitch] == L'=' | ||
76 | ); | 75 | ); |
77 | 76 | ||
78 | return fInCleanRoom; | 77 | return fInCleanRoom; |