From ebedc65698898aaa701e5ff1e6bfe1cc318485ec Mon Sep 17 00:00:00 2001 From: hpa Date: Tue, 25 Nov 2003 03:16:34 +0000 Subject: [PATCH] Fix "timeoutcmd" --- ui.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui.inc b/ui.inc index a43af40..6e05b9b 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 -- 2.7.4