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

Fix borland warning

parent f64c9ce3
Branches
Tags
No related merge requests found
......@@ -975,7 +975,7 @@ struct bbslist *show_bbslist(int mode)
}
init_uifc(TRUE, TRUE);
}
val=uifc.list((listcount<MAX_OPTS?WIN_XTR:0)
uifc.list((listcount<MAX_OPTS?WIN_XTR:0)
|WIN_T2B|WIN_IMM|WIN_INACT
,0,0,0,&opt,&bar,mode==BBSLIST_SELECT?"Directory":"Edit",(char **)list);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment