diff th_config.c @ 498:1dbd9259c3b8

Change hexvalue type to unsigned.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 25 Dec 2019 11:05:15 +0200
parents ff3ebe22f6c5
children 836e16f27b34
line wrap: on
line diff
--- a/th_config.c	Wed Dec 25 11:00:51 2019 +0200
+++ b/th_config.c	Wed Dec 25 11:05:15 2019 +0200
@@ -78,7 +78,7 @@
 
 
 int th_cfg_add_hexvalue(th_cfgitem_t **cfg, const char *name,
-                        int *itemData, int defValue)
+                        unsigned int *itemData, unsigned int defValue)
 {
     th_cfgitem_t *node;