move content of struct field into struct definition
[babeltrace.git] / types / float.c
index 1efd5ed3624ccf4be0c9469d1a88aabd55d44e5a..7ae4df6e4f39ae77ef58e93080851fe422f8f686 100644 (file)
@@ -103,6 +103,7 @@ struct definition *
        }
        _float->p.ref = 1;
        _float->p.index = index;
+       _float->p.name = field_name;
        _float->value = 0.0;
        return &_float->p;
 }
This page took 0.022634 seconds and 4 git commands to generate.