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

Now displays configured conference numbers in QWKnet hub sub-board listing.

parent 3c617199
Branches
Tags
No related merge requests found
......@@ -1124,7 +1124,8 @@ void qhub_sub_edit(uint num)
k=0;
while(1) {
for(j=0;j<cfg.qhub[num]->subs;j++)
sprintf(opt[j],"%-*.*s %-*.*s"
sprintf(opt[j],"%-5u %-*.*s %-*.*s"
,cfg.qhub[num]->conf[j]
,LEN_GSNAME,LEN_GSNAME
,cfg.grp[cfg.sub[cfg.qhub[num]->sub[j]]->grp]->sname
,LEN_SSNAME,LEN_SSNAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment