Remove a bunch of redundant casts.
This commit is contained in:
parent
ee6d72f3b8
commit
4f59fc9967
125 changed files with 417 additions and 432 deletions
|
@ -93,7 +93,7 @@ head(void)
|
|||
memset(hist, 0, sizeof(hist));
|
||||
snxtitem_all(&nstr, EF_NEWS);
|
||||
maxcnum = 0;
|
||||
while (nxtitem(&nstr, (s_char *)&news)) {
|
||||
while (nxtitem(&nstr, &news)) {
|
||||
news_age = now - news.nws_when;
|
||||
if (news_age > news_per)
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue