projects
/
profile
/
ivi
/
syslinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a39460e
)
Correct the sense of "noescape"
author
hpa
<hpa>
Fri, 19 Aug 2005 00:35:33 +0000
(
00:35
+0000)
committer
hpa
<hpa>
Fri, 19 Aug 2005 00:35:33 +0000
(
00:35
+0000)
ui.inc
patch
|
blob
|
history
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,
- j
e auto_boot
; always run default cmd
+ j
ne auto_boot
; always run default cmd
mov si,boot_prompt
call cwritestr