Update pretty-print
[babeltrace.git] / types / float.c
index 7ae4df6e4f39ae77ef58e93080851fe422f8f686..5ce6bb43628cfa907c32228be83c03696de8d30a 100644 (file)
@@ -104,6 +104,7 @@ struct definition *
        _float->p.ref = 1;
        _float->p.index = index;
        _float->p.name = field_name;
        _float->p.ref = 1;
        _float->p.index = index;
        _float->p.name = field_name;
+       _float->p.path = new_definition_path(parent_scope, field_name);
        _float->value = 0.0;
        return &_float->p;
 }
        _float->value = 0.0;
        return &_float->p;
 }
This page took 0.02363 seconds and 4 git commands to generate.