From 5d1d4918eebdaaf0ab0a5baf28c502c32c21f12e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 4 Dec 2015 15:23:18 -0800 Subject: Fix typo in strncat, wcsncat manual entries * manual/string.texi (Copying and Concatenation): Fix typos in sample implementations of strncat and wcsncat, by having them use the old value of the destination length, not the new one. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index edd7ccf33a..379ba75ee1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-12-04 Paul Eggert + + Fix typo in strncat, wcsncat manual entries + * manual/string.texi (Copying and Concatenation): Fix typos in + sample implementations of strncat and wcsncat, by having them use + the old value of the destination length, not the new one. + 2015-12-04 Joseph Myers [BZ #16961] -- cgit 1.4.1