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

Include the Synchronet revision (e.g. 'c') in the "SYSTEM" value of the QWK

DOOR.ID file created by Synchronet.
parent 989955bb
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@ bool sbbs_t::pack_qwk(char *packet, ulong *msgcnt, bool prepack)
}
p="CONTROLTYPE = ";
fprintf(stream,"DOOR = %.10s\r\nVERSION = %s%c\r\n"
"SYSTEM = %s\r\n"
"SYSTEM = %s%c\r\n"
"CONTROLNAME = SBBS\r\n"
"%sADD\r\n"
"%sDROP\r\n"
......@@ -186,7 +186,7 @@ bool sbbs_t::pack_qwk(char *packet, ulong *msgcnt, bool prepack)
"MIXEDCASE = YES\r\n"
,VERSION_NOTICE
,VERSION,REVISION
,VERSION_NOTICE
,VERSION_NOTICE,REVISION
,p,p,p,p
,p,p,p,p
,p,p,p,p
......
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