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

Only export the sub-board's internal code *suffix* in the subs.txt.

parent 84cfdca4
No related branches found
No related tags found
No related merge requests found
......@@ -471,12 +471,12 @@ export the current message group into.
fprintf(stream,"%-20s %s\r\n"
,stou(cfg.sub[j]->sname),cfg.sub[j]->lname);
continue; }
fprintf(stream,"%s\r\n%s\r\n%s\r\n%s%s\r\n%s\r\n%s\r\n"
fprintf(stream,"%s\r\n%s\r\n%s\r\n%s\r\n%s\r\n%s\r\n"
"%s\r\n%s\r\n%s\r\n"
,cfg.sub[j]->lname
,cfg.sub[j]->sname
,cfg.sub[j]->qwkname
,cfg.grp[cfg.sub[j]->grp]->code_prefix,cfg.sub[j]->code_suffix
,cfg.sub[j]->code_suffix
,cfg.sub[j]->data_dir
,cfg.sub[j]->arstr
,cfg.sub[j]->read_arstr
......
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