From af999923c1d2a9392173b6046ec579075b52b158 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Fri, 17 Oct 2025 02:24:51 +0200 Subject: Updated the revision history --- FICS/obsproc.c | 4 ++-- 1 file 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" -- cgit v1.2.3