X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=plugins%2Ftext%2Fpretty%2Fprint.c;h=a53a567f080807189da974f648016acdee8541ff;hb=53dc85fa3e0012825e9f0128747f6f2fb54119d1;hp=95189d5e2fda7df18fea904cf87d6d2d4a173248;hpb=ca79a87c7e8fa3bea26152033ee80fed43d64ba4;p=babeltrace.git diff --git a/plugins/text/pretty/print.c b/plugins/text/pretty/print.c index 95189d5e..a53a567f 100644 --- a/plugins/text/pretty/print.c +++ b/plugins/text/pretty/print.c @@ -822,11 +822,9 @@ int print_struct(struct pretty_component *pretty, ret = -1; goto end; } + nr_fields = bt_field_class_structure_get_member_count(struct_class); - if (nr_fields < 0) { - ret = -1; - goto end; - } + g_string_append(pretty->string, "{"); pretty->depth++; nr_printed_fields = 0;