From 77dc7e191aec9776049eba17100cbb555ba3d318 Mon Sep 17 00:00:00 2001 From: hpa Date: Fri, 19 Aug 2005 00:35:33 +0000 Subject: [PATCH] Correct the sense of "noescape" --- ui.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui.inc b/ui.inc index 92bf498..7174dbe 100644 --- 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 -- 2.7.4