Update pretty-print
[babeltrace.git] / types / string.c
index a83a1541bb89a8f3ac1ef2149e5d9c0fbcd7281b..0f261f418b1bd2a766dcba83bd2bd0e8d8ce1f4a 100644 (file)
@@ -67,6 +67,8 @@ struct definition *
        string->declaration = string_declaration;
        string->p.ref = 1;
        string->p.index = index;
+       string->p.name = field_name;
+       string->p.path = new_definition_path(parent_scope, field_name);
        string->value = NULL;
        string->len = 0;
        string->alloc_len = 0;
This page took 0.023122 seconds and 4 git commands to generate.