X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Ftext%2Fpretty%2Fprint.c;h=5f31221943de6bda53047a9c782b90e6eba005f8;hb=bb5bb16080ef123c91a690eb267a8d83bd4fb199;hp=46e3236d9ad2055bf8559d6e0f204a53fe9c6896;hpb=6be5a99eddff403a941a1329add897a0f27ca509;p=babeltrace.git diff --git a/plugins/text/pretty/print.c b/plugins/text/pretty/print.c index 46e3236d..5f312219 100644 --- a/plugins/text/pretty/print.c +++ b/plugins/text/pretty/print.c @@ -1373,7 +1373,7 @@ int pretty_print_packet(struct pretty_component *pretty, const struct bt_notification *packet_beginning_notif) { #if 0 - const struct bt_packet *packet = bt_notification_packet_begin_borrow_packet_const( + const struct bt_packet *packet = bt_notification_packet_beginning_borrow_packet_const( packet_beginning_notif); uint64_t count; int status = 0;