aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2025-07-28 19:04:52 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2025-07-28 19:04:52 +0200
commit820cc153e4d4553a0faba6fc09b9ac92570a7af4 (patch)
tree86f60ef4627344b84c0ffd1515a2068af90cd680
parent125f1bc82d35bf49c53a18c0b193126b10d193fc (diff)
Updated the changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index daf7a3c..e237233 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,8 @@ All notable changes to this fork of FICS version 1.6.2 will be
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.