From 06b7ca203d9ac5e765bcdd6caa5e1a480f4f9a79 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 17 Dec 2023 19:24:36 +0100 Subject: Changed the type of 'startuptime' to 'time_t' --- FICS/command.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FICS/command.h') diff --git a/FICS/command.h b/FICS/command.h index c4e5648..4d80035 100644 --- a/FICS/command.h +++ b/FICS/command.h @@ -50,7 +50,7 @@ extern char *usage_dir[NUM_LANGS]; extern char *hadmin_handle; -extern int startuptime; +extern time_t startuptime; extern char fics_hostname[81]; extern int player_high; extern int game_high; -- cgit v1.2.3