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

64-bit

parent 5bb592d1
Branches
Tags
No related merge requests found
......@@ -65,7 +65,8 @@ bool sbbs_t::postmsg(uint subnum, smbmsg_t *remsg, long wm_mode)
char touser[64];
char from[64];
char pid[128];
ushort xlat,msgattr;
uint16_t xlat;
ushort msgattr;
int i,j,x,file,storage;
ulong length,offset,crc=0xffffffff;
FILE* instream;
......
......@@ -1189,7 +1189,7 @@ void sbbs_t::editmsg(smbmsg_t *msg, uint subnum)
{
char buf[SDT_BLOCK_LEN];
char msgtmp[MAX_PATH+1];
ushort xlat;
uint16_t xlat;
int file,i,j,x;
long length,offset;
FILE *instream;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment