summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2021-12-30 14:38:40 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2021-12-30 14:38:40 +0100
commitd05765c670befc42e55b05a0fd75bb7771076c04 (patch)
tree3d825bdb8dcf76a5306b1d5ffaef807732d8ec8a /HISTORY
parenta5a4b72d1c20c3a97e268365f90060707feaf4b2 (diff)
downloadvdr-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--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 2c6e3682..3e101289 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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ä).