From f0a38f71814e6c74a755da3dd33e8c7d46ffe8cd Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Wed, 28 Jan 2026 14:54:16 +0100 Subject: [PATCH] Removed CR --- src/strlcpy.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/strlcpy.cxx b/src/strlcpy.cxx index 586c2bc9..39923454 100644 --- a/src/strlcpy.cxx +++ b/src/strlcpy.cxx @@ -2,7 +2,6 @@ Name: strlcpy.c Created by: Stefan Ritt - Copyright 2000 + Stefan Ritt Contents: Contains strlcpy and strlcat which are versions of strcpy and strcat, but which avoid buffer overflows