summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhpa <hpa>2003-11-26 00:17:52 +0000
committerhpa <hpa>2003-11-26 00:17:52 +0000
commit9ec05ef172c46b38ed0733b04c37f7ecdf129d63 (patch)
tree14107f6688f3ee7144af9ded89e3344109901f78
parent66b18fd20b78187c9172be803954e1140932c7cb (diff)
downloadsyslinux-9ec05ef172c46b38ed0733b04c37f7ecdf129d63.tar.gz
One more timeoutcmd -> ontimeout
-rw-r--r--ui.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui.inc b/ui.inc
index cbb451cf..8688c323 100644
--- a/ui.inc
+++ b/ui.inc
@@ -64,8 +64,8 @@ tick_loop: push dx
; Timeout!!!!
call vgahidecursor
- mov si,TimeOutCmd ; Copy timeoutcommand if we have one...
- mov cx,[TimeOutCmdLen]
+ mov si,Ontimeout ; Copy ontimeout command
+ mov cx,[OntimeoutLen] ; if we have one...
rep movsb
.stddefault:
jmp command_done