Skip to content
Snippets Groups Projects
Commit 534766c7 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix warning about signed/unsigned compare

parent 15eefc2b
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3827 passed
......@@ -38,7 +38,7 @@ bool sbbs_t::unpack_rep(char* repfile)
int file;
uint i,j,k,lastsub=INVALID_SUB;
uint blocks;
uint usernum;
int usernum;
long l,size;
ulong n;
ulong ex;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment