diff --git a/rEFIt_UEFI/Platform/Settings.cpp b/rEFIt_UEFI/Platform/Settings.cpp index f95a6f758..8723a1f68 100644 --- a/rEFIt_UEFI/Platform/Settings.cpp +++ b/rEFIt_UEFI/Platform/Settings.cpp @@ -5173,9 +5173,9 @@ GetUserSettings( DBG (" length=%d(0x%X)", TabLength, TabLength); } // Check if to drop for other OS as well - Prop = GetProperty (Dict2, "DropForAllOS"); - if (Prop != NULL) { - OtherOS = IsPropertyTrue (Prop); + Prop2 = GetProperty (Dict2, "DropForAllOS"); + if (Prop2 != NULL) { + OtherOS = IsPropertyTrue (Prop2); } DBG ("\n");