move content of struct field into struct definition
[babeltrace.git] / types / string.c
index a83a1541bb89a8f3ac1ef2149e5d9c0fbcd7281b..f940155399d9a4df2497489d0dc017c4eebd3096 100644 (file)
@@ -67,6 +67,7 @@ struct definition *
        string->declaration = string_declaration;
        string->p.ref = 1;
        string->p.index = index;
+       string->p.name = field_name;
        string->value = NULL;
        string->len = 0;
        string->alloc_len = 0;
This page took 0.023073 seconds and 4 git commands to generate.