diff options
| author | Markus Uhlin <markus@nifty-networks.net> | 2026-03-02 23:52:17 +0100 |
|---|---|---|
| committer | Markus Uhlin <markus@nifty-networks.net> | 2026-03-02 23:52:17 +0100 |
| commit | 09a3bf968b5b9e9a23300577a07dffdfb4ce3aef (patch) | |
| tree | 9d76b77b4d36258043d6f410d137211b3daeae23 | |
| parent | a60b8ac04636b5f52cb460b31cc615791b4c67f8 (diff) | |
Updated the changelog
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bd0b75..32cd220 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to this fork of FICS version 1.6.2 will be documented in this file. ## [Unreleased] ## +- Fixed unchecked function return values. Multiple occurrences. - Replaced C-style headers in C++ files. - Replaced `atoi()` with `strtol()`. Multiple occurrences. |
