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

Exports and Imports newsgroup name as part fo subs.txt format.

parent 90708d10
No related branches found
No related tags found
No related merge requests found
......@@ -483,7 +483,7 @@ export the current message group into.
,cfg.sub[j]->tagline
,cfg.sub[j]->origline
,cfg.sub[j]->echomail_sem
,""
,cfg.sub[j]->newsgroup
,faddrtoa(&cfg.sub[j]->faddr,tmp)
);
fprintf(stream,"%lu\r\n%lu\r\n%u\r\n%u\r\n%s\r\n"
......@@ -656,7 +656,7 @@ import into the current message group.
sprintf(tmpsub.echomail_sem,"%.*s",LEN_DIR,str);
if(!fgets(str,128,stream)) break;
truncsp(str);
//sprintf(tmpsub.echopath,"%.*s",LEN_DIR,str);
SAFECOPY(tmpsub.newsgroup,str);
if(!fgets(str,128,stream)) break;
truncsp(str);
tmpsub.faddr=atofaddr(str);
......
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