diff options
| author | Markus Uhlin <markus@nifty-networks.net> | 2025-10-17 02:24:51 +0200 |
|---|---|---|
| committer | Markus Uhlin <markus@nifty-networks.net> | 2025-10-17 02:24:51 +0200 |
| commit | af999923c1d2a9392173b6046ec579075b52b158 (patch) | |
| tree | f77a3f09ae58b78d7b7246ecb1d716a362aaf0c9 | |
| parent | c583d5f22666b1ba5766b24c47a73ecc3bb60e62 (diff) | |
Updated the revision history
| -rw-r--r-- | FICS/obsproc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FICS/obsproc.c b/FICS/obsproc.c index f39d744..5c1e7ec 100644 --- a/FICS/obsproc.c +++ b/FICS/obsproc.c @@ -33,8 +33,8 @@ Markus Uhlin 25/03/15 Fixed possible buffer overflow in FindHistory2(). Markus Uhlin 25/04/06 Fixed Clang Tidy warnings. - Markus Uhlin 25/10/17 jsave_journalentry: replaced - system() with copyfile(). + Markus Uhlin 25/10/17 Replaced system() with + fics_copyfile(). */ #include "stdinclude.h" |
