From d05765c670befc42e55b05a0fd75bb7771076c04 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Thu, 30 Dec 2021 14:38:40 +0100 Subject: Replaced strncpy() with memcpy() in strreplace() to avoid a compiler warning --- CONTRIBUTORS | 1 + 1 file changed, 1 insertion(+) (limited to 'CONTRIBUTORS') diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4a13b439..96d544cf 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2200,6 +2200,7 @@ Marko M for suggesting to simplify some conditional expressions in skinlcars.c and skinsttng.c for reporting some uninitialized item area coordinates in cSkinLCARSDisplayMenu for reporting a problem with the video directory not being set correctly with --edit + for reporting a compiler warning about the use of strncpy() in strreplace() Patrick Rother for reporting a bug in defining timers that only differ in the day of week -- cgit v1.2.3