aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--FICS/gamedb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/gamedb.c b/FICS/gamedb.c
index ffdeebc..9bb8b23 100644
--- a/FICS/gamedb.c
+++ b/FICS/gamedb.c
@@ -553,7 +553,7 @@ movesToString(int g, int pgn)
char tmp[160] = { '\0' };
int i, col;
int wr, br;
- unsigned int curTime;
+ time_t curTime;
wr = garray[g].white_rating;
br = garray[g].black_rating;