diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-04-07 16:55:20 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-04-07 16:55:20 +0200 |
commit | d08524ce49e63e1b55976aacbfdc6f6608d5ca39 (patch) | |
tree | 3d8cef9dbda6f24e88ac1c7a486e0de3de6aefb6 | |
parent | a857d369124b5c9bcba00621aebca53ee3c2acbc (diff) |
Updated the changelog
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
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. |