diff options
| author | Markus Uhlin <markus@nifty-networks.net> | 2025-10-17 02:17:35 +0200 |
|---|---|---|
| committer | Markus Uhlin <markus@nifty-networks.net> | 2025-10-17 02:17:35 +0200 |
| commit | 854c0319e72ba883a158685be1a8a43ce69c04ab (patch) | |
| tree | 4386ba26d7c8e39d3ce7f5b111a379d506959c98 | |
| parent | c66b147ddf6727b735e819116d7ab659bd7506a4 (diff) | |
Updated the revision history
| -rw-r--r-- | FICS/obsproc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/obsproc.c b/FICS/obsproc.c index d537f48..c298d0a 100644 --- a/FICS/obsproc.c +++ b/FICS/obsproc.c @@ -33,6 +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(). */ #include "stdinclude.h" |
