summaryrefslogtreecommitdiff
path: root/ui.inc
diff options
context:
space:
mode:
authorhpa <hpa>2005-08-30 22:54:14 +0000
committerhpa <hpa>2005-08-30 22:54:14 +0000
commit659607438046d7899e59e5abea995e1b7d63c048 (patch)
tree3fdbbc373decc5ebb68069f230e0748135b683ca /ui.inc
parent69cb61943ba3649974243dc36b4c6b0ecd6feb48 (diff)
downloadsyslinux-659607438046d7899e59e5abea995e1b7d63c048.tar.gz
Fix generation of dependencies for isolinux; fix totaltimeout command
Diffstat (limited to 'ui.inc')
-rw-r--r--ui.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui.inc b/ui.inc
index c2c9e83f..091a9967 100644
--- a/ui.inc
+++ b/ui.inc
@@ -1,7 +1,7 @@
;; $Id$
;; -----------------------------------------------------------------------
;;
-;; Copyright 1994-2002 H. Peter Anvin - All Rights Reserved
+;; Copyright 1994-2005 H. Peter Anvin - All Rights Reserved
;;
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -435,6 +435,7 @@ getchar_timeout:
pop cx ; Discard return address
call vgahidecursor
mov si,Ontimeout ; Copy ontimeout command
+ mov di,command_line
mov cx,[OntimeoutLen] ; if we have one...
rep movsb
jmp command_done