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
No related branches found
No related tags found
No related merge requests found
...@@ -245,6 +245,7 @@ int sbbs_t::text_sec() ...@@ -245,6 +245,7 @@ int sbbs_t::text_sec()
,cfg.data_dir,cfg.txtsec[usrsec[cursec]]->code,file[i]); ,cfg.data_dir,cfg.txtsec[usrsec[cursec]]->code,file[i]);
else else
strcpy(str,file[i]); strcpy(str,file[i]);
fexistcase(str);
attr(LIGHTGRAY); attr(LIGHTGRAY);
printfile(str,0); printfile(str,0);
sprintf(str,"%s read text file: %s" 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