From e0ce37638783ac220de874723f76c365ec97b024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 7 Jul 2005 20:31:53 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15577 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/otp/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/otp/ChangeLog b/lib/otp/ChangeLog index 0b5fe930e..914ab86ff 100644 --- a/lib/otp/ChangeLog +++ b/lib/otp/ChangeLog @@ -1,3 +1,8 @@ +2005-07-07 Love Hörnquist Åstrand + + * otp_parse.c (parse_words): avoid const warnings by making a + (shorter) copy of the string instead of truncating it + 2005-01-09 Love Hörnquist Åstrand * otp_parse.c: cast argument to tolower to unsigned char