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 /HISTORY | |
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 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -9765,3 +9765,8 @@ Video Disk Recorder Revision History - Fixed calculating the disk use percentage if there's more than 20TB of recordings (reported by Timo Weingärtner). - Official release. + +2021-12-30: + +- Replaced strncpy() with memcpy() in strreplace() to avoid a compiler warning + (reported by Marco Mäkelä). |