From 9ec05ef172c46b38ed0733b04c37f7ecdf129d63 Mon Sep 17 00:00:00 2001 From: hpa Date: Wed, 26 Nov 2003 00:17:52 +0000 Subject: [PATCH] One more timeoutcmd -> ontimeout --- ui.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui.inc b/ui.inc index cbb451c..8688c32 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 -- 2.7.4