[daemon-fix] fixed querying about name information
[platform/upstream/dbus.git] / tools / dbus-print-message.c
index 0b8ca26..75d00ac 100644 (file)
@@ -56,7 +56,7 @@ indent (int depth)
 static void
 print_hex (unsigned char *bytes, unsigned int len, int depth)
 {
-  int i, columns;
+  unsigned int i, columns;
 
   printf ("array of bytes [\n");