port: namespace align.h with BT_ prefix
[babeltrace.git] / src / plugins / ctf / common / bfcr / bfcr.c
index 9eb76dcb1b67e62020047f6e9b3f7e64fdf29a88..e3c851793c74595d8f38f8454deedded463784a0 100644 (file)
@@ -968,7 +968,7 @@ size_t bits_to_skip_to_align_to(struct bt_bfcr *bfcr, size_t align)
 {
        size_t aligned_packet_at;
 
-       aligned_packet_at = ALIGN(packet_at(bfcr), align);
+       aligned_packet_at = BT_ALIGN(packet_at(bfcr), align);
        return aligned_packet_at - packet_at(bfcr);
 }
 
This page took 0.023482 seconds and 4 git commands to generate.