BL Library now works 100% in paging, protected mode. A picture is worth a thousand...
[reactos.git] / reactos / boot / environ / lib / io / display / efi / gop.c
index 7ec85f0..bafc8f2 100644 (file)
@@ -114,7 +114,7 @@ ConsoleEfiGopEnable (
     {
         /* Switch modes */
         Status = EfiGopSetMode(Protocol, Mode);
-        if (Status < 0)
+        if (!NT_SUCCESS(Status))
         {
             return Status;
         }