Skip to content
Snippets Groups Projects
Commit 4d9ab27c authored by rswindell's avatar rswindell
Browse files

External mode was only 8 bits, so new EX_NATIVE mode flag didn't work.

parent fa947506
Branches
Tags
No related merge requests found
...@@ -1434,10 +1434,10 @@ void sbbs_t::moduserdat(uint xtrnnum) ...@@ -1434,10 +1434,10 @@ void sbbs_t::moduserdat(uint xtrnnum)
/****************************************************************************/ /****************************************************************************/
bool sbbs_t::exec_xtrn(uint xtrnnum) bool sbbs_t::exec_xtrn(uint xtrnnum)
{ {
char str[256],path[256],dropdir[128],name[32],c,mode; char str[256],path[256],dropdir[128],name[32],c;
int file; int file;
uint i; uint i;
long tleft; long tleft,mode;
node_t node; node_t node;
time_t start,end; time_t start,end;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment