From 5ae561e334b888a57368c393c140c7a39387e253 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Mon, 30 Jan 2006 04:12:46 +0000
Subject: [PATCH] Fix bug in last commit.

---
 src/uifc/uifc32.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uifc/uifc32.c b/src/uifc/uifc32.c
index 7d57240545..c8738352ec 100644
--- a/src/uifc/uifc32.c
+++ b/src/uifc/uifc32.c
@@ -174,7 +174,7 @@ int uifcini32(uifcapi_t* uifcapi)
 		api->esc_delay=25;
 
 	if(cio_api.ESCDELAY)
-		ESCDELAY=api->esc_delay;
+		cio_api.ESCDELAY=api->esc_delay;
 
     if(api->scrn_len!=0) {
         switch(api->scrn_len) {
-- 
GitLab