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 --- HISTORY | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'HISTORY') 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ä). -- cgit v1.2.3