Replace ../include/wait.h with gdb_wait.h.
[deliverable/binutils-gdb.git] / gdb / c-valprint.c
index 10bcda7eb87701386cc6eb6d97a13d9f29378688..07289de0a9c108348f5a3a2c1e82147c02bacc72 100644 (file)
@@ -87,7 +87,7 @@ c_val_print (type, valaddr, embedded_offset, address, stream, format, deref_ref,
                 elements up to it.  */
              if (stop_print_at_null)
                {
-                 int temp_len;
+                 unsigned int temp_len;
 
                  /* Look for a NULL char. */
                  for (temp_len = 0;
This page took 0.022799 seconds and 4 git commands to generate.