Correct the sense of "noescape"
authorhpa <hpa>
Fri, 19 Aug 2005 00:35:33 +0000 (00:35 +0000)
committerhpa <hpa>
Fri, 19 Aug 2005 00:35:33 +0000 (00:35 +0000)
ui.inc

diff --git a/ui.inc b/ui.inc
index 92bf498..7174dbe 100644 (file)
--- a/ui.inc
+++ b/ui.inc
@@ -27,7 +27,7 @@ check_for_key:
 
 enter_command:
                cmp word [NoEscape],0           ; If NOESCAPE, no prompt,
-               je auto_boot                    ; always run default cmd
+               jne auto_boot                   ; always run default cmd
 
                mov si,boot_prompt
                call cwritestr