From d08524ce49e63e1b55976aacbfdc6f6608d5ca39 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 7 Apr 2024 16:55:20 +0200 Subject: Updated the changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4487fe..af96cda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ documented in this file. overflow. - Cleared sensitive data with `explicit_bzero()`. - Fixed an empty hostname in the addplayer program. +- Fixed bogus type for storing the return value of `time()`. It should + really be `time_t`. Multiple occurrences. - Fixed non-ANSI function declarations of functions. (Multiple occurrences.) - Made functions and variables private where possible. -- cgit v1.2.3