From 13be0fd71a8cfa6436e04d465fec201125df9bb3 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Sun, 24 Sep 2006 23:54:05 +0000 Subject: [PATCH] Fix bug in last commit. --- src/syncterm/term.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/syncterm/term.c b/src/syncterm/term.c index e75357457d..24420d8b60 100644 --- a/src/syncterm/term.c +++ b/src/syncterm/term.c @@ -576,7 +576,6 @@ void begin_upload(struct bbslist *bbs, BOOL autozm) char *buf; gettextinfo(&txtinfo); - i=uifc_initialized; buf=(char *)alloca(txtinfo.screenheight*txtinfo.screenwidth*2); gettext(1,1,txtinfo.screenwidth,txtinfo.screenheight,buf); -- GitLab