Commit Diff


commit - 125f1bc82d35bf49c53a18c0b193126b10d193fc
commit + 820cc153e4d4553a0faba6fc09b9ac92570a7af4
blob - daf7a3c5c63c65d17765957dfebabc7c0be6a44f
blob + e23723392951453d8720dfee420db3fb96d682ee
--- CHANGELOG.md
+++ CHANGELOG.md
@@ -4,6 +4,8 @@ All notable changes to this fork of FICS version 1.6.2
 documented in this file.
 
 ## [Unreleased] ##
+- Changed the program to use `int64_t` instead of `long int` in
+  contexts where `time_t` is used.
 - During file creation, took care to give it the most restrictive
   permissions possible. Multiple occurrences.
 - Fixed missing return-value checks for a 'scanf'-like functions.