From 0cd33d833e0b6278a75d53b16933ef76bf72962a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 18 Apr 2005 08:28:54 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14824 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index e558d8425..e897f500d 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,5 +1,8 @@ 2005-04-18 Love Hörnquist Åstrand + * unvis.c: cast to unsigned char to make sure its not negative + when passing it to is* functions + * strptime.c: cast to unsigned char to make sure its not negative when passing it to to* functions