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

Fix file case for displaying files on *nix.

parent 04272e35
Branches
Tags
No related merge requests found
......@@ -245,6 +245,7 @@ int sbbs_t::text_sec()
,cfg.data_dir,cfg.txtsec[usrsec[cursec]]->code,file[i]);
else
strcpy(str,file[i]);
fexistcase(str);
attr(LIGHTGRAY);
printfile(str,0);
sprintf(str,"%s read text file: %s"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment