diff options
| author | Markus Uhlin <markus@nifty-networks.net> | 2026-04-25 22:04:57 +0200 |
|---|---|---|
| committer | Markus Uhlin <markus@nifty-networks.net> | 2026-04-25 22:04:57 +0200 |
| commit | ab94f29d57ea61dd21885575975756b7486eccd9 (patch) | |
| tree | 21be73c8d13d5c5270d88e56ac01d68245764099 | |
| parent | 1cbade513432ce10df02d8874506353e863012a2 (diff) | |
Updated the revision history
| -rw-r--r-- | FICS/board.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/board.c b/FICS/board.c index 9605db4..40637e0 100644 --- a/FICS/board.c +++ b/FICS/board.c @@ -28,6 +28,8 @@ Markus Uhlin 25/04/06 Fixed Clang Tidy warnings. Markus Uhlin 25/09/02 wild_update: fixed file created without restricting permissions. + Markus Uhlin 26/04/25 Fixed unchecked function return + values. */ #include "stdinclude.h" |
