From 324685dbc009f9e2930b5df75f218134ef78fbe1 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 16 Mar 2025 13:43:46 +0100 Subject: rscan_news: changed the 3rd parameter type --- FICS/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FICS/command.c') 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' }; -- cgit v1.2.3