Replaced strncpy() with memcpy() in strreplace() to avoid a compiler warning

This commit is contained in:
Klaus Schmidinger
2021-12-30 14:38:40 +01:00
parent a5a4b72d1c
commit d05765c670
3 changed files with 8 additions and 2 deletions

View File

@@ -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 <krd-vdr@gulu.net>
for reporting a bug in defining timers that only differ in the day of week