summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhpa <hpa>2003-11-25 03:16:34 +0000
committerhpa <hpa>2003-11-25 03:16:34 +0000
commitebedc65698898aaa701e5ff1e6bfe1cc318485ec (patch)
tree521fc3dbe016662f05e891d284b68b5ec5bea230
parent43cf4dda600db1ccd05d9788c7b1da0cde7c0413 (diff)
downloadsyslinux-ebedc65698898aaa701e5ff1e6bfe1cc318485ec.tar.gz
Fix "timeoutcmd"syslinux-2.08-pre2
-rw-r--r--ui.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.inc b/ui.inc
index a43af407..6e05b9b5 100644
--- a/ui.inc
+++ b/ui.inc
@@ -64,7 +64,7 @@ tick_loop: push dx
; Timeout!!!!
call vgahidecursor
mov si,TimeOutCmd ; Copy timeoutcommand if we have one...
- mov cx,TimeOutCmdLen
+ mov cx,[TimeOutCmdLen]
rep movsb
.stddefault:
jmp command_done