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

Now supports upper (or mixed) cased REP packet filenames on Unix.

parent 71645a68
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ bool sbbs_t::unpack_rep(char* repfile)
strcpy(str,repfile);
else
sprintf(str,"%s%s.rep",cfg.temp_dir,cfg.sys_id);
if(!fexist(str)) {
if(!fexistcase(str)) {
bputs(text[QWKReplyNotReceived]);
logline("U!",AttemptedToUploadREPpacket);
logline(nulstr,"REP file not received");
......
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