diff src/dmlib.c @ 871:fc272f5f2d15

Make value type of dmGetIntVal() unsigned.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Feb 2015 20:27:12 +0200
parents 1e5cf1144f36
children 03bda6477ad4
line wrap: on
line diff
--- a/src/dmlib.c	Tue Feb 03 20:07:38 2015 +0200
+++ b/src/dmlib.c	Tue Feb 03 20:27:12 2015 +0200
@@ -123,7 +123,7 @@
 }
 
 
-BOOL dmGetIntVal(const char *s, int *i)
+BOOL dmGetIntVal(const char *s, unsigned int *i)
 {
     if (s[0] == '$')
     {