aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/command.c
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2025-03-16 13:43:46 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2025-03-16 13:43:46 +0100
commit324685dbc009f9e2930b5df75f218134ef78fbe1 (patch)
tree59a46aa5b8856616141a93b3e4715b3b4900204a /FICS/command.c
parent167bf19fa2dfeea3dee58e4609e0c25bf4d08b81 (diff)
rscan_news: changed the 3rd parameter type
Diffstat (limited to 'FICS/command.c')
-rw-r--r--FICS/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/command.c b/FICS/command.c
index 7cfc9c1..528bdf9 100644
--- a/FICS/command.c
+++ b/FICS/command.c
@@ -710,7 +710,7 @@ boot_out(int p, int p1)
}
PUBLIC void
-rscan_news(FILE *fp, int p, int lc)
+rscan_news(FILE *fp, int p, time_t lc)
{
char *junkp = NULL;
char count[10] = { '\0' };