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

Removed echopath from sub_t definition for all builds.

parent f95463be
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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