From 984de376d405e0b68e77d61558d4f798fa1170a5 Mon Sep 17 00:00:00 2001 From: jhurst Date: Fri, 19 Jan 2007 08:58:05 +0000 Subject: updated TEST_NULL debug macros fixed ReadFileIntoString buffer bug --- src/KM_util.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/KM_util.cpp') diff --git a/src/KM_util.cpp b/src/KM_util.cpp index 339f78b..867f236 100755 --- a/src/KM_util.cpp +++ b/src/KM_util.cpp @@ -267,9 +267,9 @@ Kumu::base64decode(const char* str, byte_t* buf, ui32_t buf_len, ui32_t* char_co i32_t Kumu::hex2bin(const char* str, byte_t* buf, ui32_t buf_len, ui32_t* conv_size) { - KM_TEST_NULL(str); - KM_TEST_NULL(buf); - KM_TEST_NULL(conv_size); + KM_TEST_NULL_L(str); + KM_TEST_NULL_L(buf); + KM_TEST_NULL_L(conv_size); *conv_size = 0; -- cgit v1.2.3