Add bt_common_abort() and use it instead of abort() directly
[babeltrace.git] / src / ctf-writer / fields.c
index bed77b0d7b6264fc859be1eb4b3d53c40054636d..5d76c1cd47027e0e02942f624df668e571d0c058 100644 (file)
@@ -964,7 +964,7 @@ int bt_ctf_field_floating_point_serialize(struct bt_ctf_field_common *field,
                        byte_order == BT_CTF_BYTE_ORDER_LITTLE_ENDIAN ?
                                LITTLE_ENDIAN : BIG_ENDIAN);
        } else {
-               abort();
+               bt_common_abort();
        }
 
        if (G_UNLIKELY(ret)) {
This page took 0.02327 seconds and 4 git commands to generate.