From 209e729f658e3bc0acd8dc9f3e470db0a4733ebe Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sun, 25 Oct 2009 02:56:39 +0000
Subject: [PATCH] Fix file case for displaying files on *nix.

---
 src/sbbs3/text_sec.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/sbbs3/text_sec.cpp b/src/sbbs3/text_sec.cpp
index 2f1689bf11..0ddda545f4 100644
--- a/src/sbbs3/text_sec.cpp
+++ b/src/sbbs3/text_sec.cpp
@@ -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"
-- 
GitLab