aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_str_bin_hex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/test_str_bin_hex.c')
-rw-r--r--src/microhttpd/test_str_bin_hex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/test_str_bin_hex.c b/src/microhttpd/test_str_bin_hex.c
index 2b45040a..557146eb 100644
--- a/src/microhttpd/test_str_bin_hex.c
+++ b/src/microhttpd/test_str_bin_hex.c
@@ -168,7 +168,7 @@ expect_decoded_n (const char *const hex, const size_t hex_len,
168 unsigned int check_res = 0; 168 unsigned int check_res = 0;
169 169
170 memset (buf, fill_chr, sizeof(buf)); /* Fill buffer with some character */ 170 memset (buf, fill_chr, sizeof(buf)); /* Fill buffer with some character */
171 res_size = MHD_bin_to_hex (bin, bin_size, buf); 171 res_size = MHD_bin_to_hex_z (bin, bin_size, buf);
172 172
173 if (res_size != hex_len) 173 if (res_size != hex_len)
174 { 174 {