[MKHIVE/USETUP]
[reactos.git] / reactos / base / setup / usetup / interface / usetup.c
index ea1711e..7a97b49 100644 (file)
@@ -3266,6 +3266,8 @@ RegistryPage(PINPUT_RECORD Ir)
 
         DPRINT("Action: %S  File: %S  Section %S\n", Action, File, Section);
 
 
         DPRINT("Action: %S  File: %S  Section %S\n", Action, File, Section);
 
+        if (Action == NULL) break; // Hackfix
+
         if (!_wcsicmp (Action, L"AddReg"))
         {
             Delete = FALSE;
         if (!_wcsicmp (Action, L"AddReg"))
         {
             Delete = FALSE;