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

64-bit

parent 6082b52e
No related branches found
No related tags found
No related merge requests found
......@@ -412,7 +412,8 @@ void sbbs_t::qwktonetmail(FILE *rep, char *block, char *into, uchar fromhub)
,str[256],*p,*cp,*addr,fulladdr[129],ch;
char tmp[512];
int i,fido,inet=0,qnet=0;
ushort net,xlat;
ushort net;
uint16_t xlat;
long l,offset,length,m,n;
faddr_t fidoaddr;
fmsghdr_t hdr;
......
......@@ -56,7 +56,8 @@ int sbbs_t::listfiles(uint dirnum, char *filespec, int tofile, long mode)
uchar flagprompt=0;
uint i,j;
int file,found=0,lastbat=0,disp;
long l,m=0,n,anchor=0,next,datbuflen;
long m=0,n,anchor=0,next,datbuflen;
int32_t l;
file_t f,bf[26]; /* bf is batch flagged files */
if(mode&FL_ULTIME) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment