2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
[deliverable/binutils-gdb.git] / gdb / c-valprint.c
index b32f5a6a4d9a6c40adb1d992a297586e3eaff515..00c3c9ae1c22af5710291244f4de6985d497f97e 100644 (file)
@@ -198,7 +198,8 @@ c_val_print (struct type *type, const gdb_byte *valaddr, int embedded_offset,
                }
 
              LA_PRINT_STRING (stream, unresolved_elttype,
-                              valaddr + embedded_offset, len, 0, options);
+                              valaddr + embedded_offset, len,
+                              NULL, 0, options);
              i = len;
            }
          else
This page took 0.023994 seconds and 4 git commands to generate.