From 1f6590e295e8a5ea4c0de29fa9b428784bae3548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 9 Jan 2006 17:15:08 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16507 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index 0fbe44ea5..c83dff78f 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,8 +1,8 @@ 2006-01-09 Love Hörnquist Åstrand * hex.c (hex_decode): support decoding odd number of characters, - in the odd len case, the character ends up in the first byte in - the lower nibble. + in the odd len case, the first character ends up in the first byte + in the lower nibble. * hex-test.c: Check that we can decode single character hex chars.