diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2021-12-30 14:38:40 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2021-12-30 14:38:40 +0100 |
commit | d05765c670befc42e55b05a0fd75bb7771076c04 (patch) | |
tree | 3d825bdb8dcf76a5306b1d5ffaef807732d8ec8a /CONTRIBUTORS | |
parent | a5a4b72d1c20c3a97e268365f90060707feaf4b2 (diff) | |
download | vdr-d05765c670befc42e55b05a0fd75bb7771076c04.tar.gz vdr-d05765c670befc42e55b05a0fd75bb7771076c04.tar.bz2 |
Replaced strncpy() with memcpy() in strreplace() to avoid a compiler warning
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4a13b439..96d544cf 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2200,6 +2200,7 @@ Marko Mäkelä <marko.makela@hut.fi> 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 |