diff tools/packed.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 daebbf28953d
children ffdae9cd81de
line wrap: on
line diff
--- a/tools/packed.c	Tue Feb 03 20:07:38 2015 +0200
+++ b/tools/packed.c	Tue Feb 03 20:27:12 2015 +0200
@@ -105,7 +105,7 @@
 
         case 8:
             {
-                int i;
+                unsigned int i;
                 if (!dmGetIntVal(optArg, &i))
                 {
                     dmError("Invalid flags value '%s'.\n", optArg);