git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16507 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-01-09 17:15:08 +00:00
parent d380836a17
commit 1f6590e295

View File

@@ -1,8 +1,8 @@
2006-01-09 Love H<>rnquist <20>strand <lha@it.su.se> 2006-01-09 Love H<>rnquist <20>strand <lha@it.su.se>
* hex.c (hex_decode): support decoding odd number of characters, * hex.c (hex_decode): support decoding odd number of characters,
in the odd len case, the character ends up in the first byte in in the odd len case, the first character ends up in the first byte
the lower nibble. in the lower nibble.
* hex-test.c: Check that we can decode single character hex chars. * hex-test.c: Check that we can decode single character hex chars.