bfd:
[deliverable/binutils-gdb.git] / gdb / valprint.c
index 9468b2209453d0ee1236bd2cb2ac9c2db805b695..3f21ae4617a3a45d930eed651be4d66ec59b8a36 100644 (file)
@@ -1452,7 +1452,8 @@ val_print_string (struct type *elttype, CORE_ADDR addr, int len,
        {
          fputs_filtered (" ", stream);
        }
-      LA_PRINT_STRING (stream, elttype, buffer, bytes_read / width, force_ellipsis, options);
+      LA_PRINT_STRING (stream, elttype, buffer, bytes_read / width,
+                      NULL, force_ellipsis, options);
     }
 
   if (errcode != 0)
This page took 0.027508 seconds and 4 git commands to generate.