diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-07-28 17:18:26 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-07-28 17:18:26 +0200 |
commit | 0bf11bb6b07c19574a06c18d32642e06c72533c3 (patch) | |
tree | ccf93315d4c35ad4b77c6855b8b039e9eee1d4e5 | |
parent | 2ce933af874de1fc2ee7c01aa12f781d2323590c (diff) |
Updated the revision history
-rw-r--r-- | FICS/utils.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/utils.c b/FICS/utils.c index 24cdcd7..0e1461a 100644 --- a/FICS/utils.c +++ b/FICS/utils.c @@ -42,6 +42,8 @@ Markus Uhlin 25/07/21 Replaced non-reentrant functions with their corresponding thread safe version. + Markus Uhlin 25/07/28 truncate_file: restricted file + permissions upon creation. */ #include "stdinclude.h" |