From 5370b4b082baa614829928d839316fb5109d37ec Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Thu, 14 Jun 2001 23:49:02 +0000
Subject: [PATCH] Removed echopath from sub_t definition for all builds.

---
 src/sbbs3/scfglib1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/scfglib1.c b/src/sbbs3/scfglib1.c
index f61bd27d5e..1e93f753ef 100644
--- a/src/sbbs3/scfglib1.c
+++ b/src/sbbs3/scfglib1.c
@@ -717,7 +717,7 @@ BOOL read_msgs_cfg(scfg_t* cfg, read_cfg_text_t* txt)
 	#endif
 		fread(str,1,LEN_DIR+1,instream);   /* substitute EchoMail path */
 		offset+=LEN_DIR+1;
-	#ifndef SBBS
+	#if 0 /* ndef SBBS */
 		backslash(str);
 		strcpy(cfg->sub[i]->echopath,str);
 	#endif
-- 
GitLab