Skip to content
Snippets Groups Projects
Commit 13be0fd7 authored by deuce's avatar deuce
Browse files

Fix bug in last commit.

parent 676a7186
No related branches found
No related tags found
No related merge requests found
...@@ -576,7 +576,6 @@ void begin_upload(struct bbslist *bbs, BOOL autozm) ...@@ -576,7 +576,6 @@ void begin_upload(struct bbslist *bbs, BOOL autozm)
char *buf; char *buf;
gettextinfo(&txtinfo); gettextinfo(&txtinfo);
i=uifc_initialized;
buf=(char *)alloca(txtinfo.screenheight*txtinfo.screenwidth*2); buf=(char *)alloca(txtinfo.screenheight*txtinfo.screenwidth*2);
gettext(1,1,txtinfo.screenwidth,txtinfo.screenheight,buf); gettext(1,1,txtinfo.screenwidth,txtinfo.screenheight,buf);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment