X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Futils%2Ftrimmer%2Fcopy.c;h=9d0d814171e5b6054d0a31098a241e4c854a8cc9;hb=1487a16a42ca7be6b85ef210644d9ac398d7c0dd;hp=c485448ec46ffa7e3e209a2266b5ee3f7ebd364e;hpb=1cf2343a42dd1a82d46a16b4c4a51d01156757e0;p=babeltrace.git diff --git a/plugins/utils/trimmer/copy.c b/plugins/utils/trimmer/copy.c index c485448e..9d0d8141 100644 --- a/plugins/utils/trimmer/copy.c +++ b/plugins/utils/trimmer/copy.c @@ -121,7 +121,7 @@ enum bt_component_status update_packet_context_field(FILE *err, BT_PUT(field); continue; } - if (bt_ctf_field_type_get_type_id(field_type) != BT_CTF_TYPE_ID_INTEGER) { + if (bt_ctf_field_type_get_type_id(field_type) != BT_CTF_FIELD_TYPE_ID_INTEGER) { fprintf(err, "[error] Unexpected packet context field type\n"); goto error; }