Update pretty-print
[babeltrace.git] / types / string.c
index f940155399d9a4df2497489d0dc017c4eebd3096..0f261f418b1bd2a766dcba83bd2bd0e8d8ce1f4a 100644 (file)
@@ -68,6 +68,7 @@ struct definition *
        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.022398 seconds and 4 git commands to generate.