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

SMBLIB functions return a signed int.

parent 1cc785b8
No related branches found
No related tags found
No related merge requests found
......@@ -246,7 +246,8 @@ bool sbbs_t::qwk_import_msg(FILE *qwk_fp, char *hdrblk, ulong blocks
char* qwkbuf;
char str[256],col=0,lastch=0,*p;
char from[128];
uint i,k;
int i;
uint k;
long bodylen,taillen;
bool success=false;
uint16_t net_type;
......
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