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

Add full patch to MESSAGES.DAT that was checked... something stange is

happening here with long uptimes.
parent 11715643
Branches
Tags
No related merge requests found
......@@ -78,7 +78,7 @@ bool sbbs_t::unpack_qwk(char *packet,uint hubnum)
}
sprintf(str,"%sMESSAGES.DAT",cfg.temp_dir);
if(!fexistcase(str)) {
sprintf(str,"%s doesn't contain MESSAGES.DAT",packet);
sprintf(str,"%s doesn't contain MESSAGES.DAT (%s)",packet,str);
errorlog(str);
return(false);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment