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

Removed echopath from sub_t definition for all builds - fixes problem w/sbbsecho v2

parent aed22e1b
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@
#define REVISION 'A'
#else
#define VERSION "3.00" /* Version: Major.minor */
#define REVISION 'E'
#define REVISION 'F'
#endif
#define VERSION_NOTICE "Synchronet BBS for "PLATFORM_DESC\
......@@ -1018,7 +1018,7 @@ typedef struct { /* Message sub board info */
*tagline,
#endif
code[9]; /* Eight character code */
#ifndef SBBS
#if 0 /* ndef SBBS */
char echopath[LEN_DIR+1]; /* EchoMail path */
#endif
ushort grp, /* Which group this sub belongs to */
......
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