From: hpa Date: Fri, 19 Aug 2005 00:35:33 +0000 (+0000) Subject: Correct the sense of "noescape" X-Git-Tag: syslinux-3.11~57 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=77dc7e191aec9776049eba17100cbb555ba3d318;p=profile%2Fivi%2Fsyslinux.git Correct the sense of "noescape" --- 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