commit 5da96cd1eb4ade7e7a2742a97fc1c08ca0accf1b from: Markus Uhlin date: Sun May 26 07:58:57 2024 UTC Changed the type of 'whenbest' commit - 2f8185d53f678cea19ff02cc228c5977e82f2c00 commit + 5da96cd1eb4ade7e7a2742a97fc1c08ca0accf1b blob - 5d1a55d5598e164cbf859a88ed5430d8c113d373 blob + fcd4879943c3c9103682b708474a2775b86f5a45 --- FICS/playerdb.h +++ FICS/playerdb.h @@ -60,8 +60,9 @@ typedef struct _statistics { double sterr; - int num, win, los, dra, rating, best, whenbest; + int num, win, los, dra, rating, best; time_t ltime; + time_t whenbest; } statistics; #define PEND_MATCH 0