diff tests.c @ 777:484853471eaf

Rename th_cfg_add_hexvalue() to th_cfg_add_hex_triplet().
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 02 Jul 2023 03:19:57 +0300
parents 08bbfb5239fc
children 4cc514343376
line wrap: on
line diff
--- a/tests.c	Sun Jul 02 00:43:59 2023 +0300
+++ b/tests.c	Sun Jul 02 03:19:57 2023 +0300
@@ -520,7 +520,7 @@
     th_cfg_add_string(&sect1, "a_string_setting", &v_str1, "v_str1");
 
     th_cfg_add_comment(&sect1, "Hex triplet value setting");
-    th_cfg_add_hexvalue(&sect1, "hexval", &v_uint1, 0x11223344);
+    th_cfg_add_hex_triplet(&sect1, "hexval", &v_uint1, 0x11223344);
 
     th_cfg_add_comment(&sect1, "A boolean value");
     th_cfg_add_bool(&sect1, "boolval", &v_bool1, false);