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