diff options
| -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" |
