(show_news, news, empfile[], page_headings[], page_headings_symbols[]):
Change page_headings[] to struct symbol and removed page_headings_symbols[].
This commit is contained in:
parent
426eece569
commit
7b9fdf8b95
7 changed files with 19 additions and 34 deletions
|
@ -637,7 +637,7 @@ show_news(int tlev)
|
|||
|
||||
for (i = 1; i < N_MAX_VERB + 1; i++) {
|
||||
pr("%-2d %-20.20s %4d\n", rpt[i].r_uid,
|
||||
page_headings[rpt[i].r_newspage], rpt[i].r_good_will);
|
||||
page_headings[rpt[i].r_newspage].name, rpt[i].r_good_will);
|
||||
|
||||
for (j = 0; j < NUM_RPTS; j++)
|
||||
pr(" %s\n", rpt[i].r_newstory[j]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue