Add bt_common_abort() and use it instead of abort() directly
[babeltrace.git] / src / plugins / ctf / fs-src / fs.c
index 28e2b8119cf79b0e88f19d7976426b1a37ff8b2b..c9315227518536a6685743fd9fb7b6fb65e17397 100644 (file)
@@ -1490,7 +1490,7 @@ int decode_clock_snapshot_after_event(struct ctf_fs_trace *ctf_fs_trace,
                        ds_file->msg_iter, cs);
                break;
        default:
-               abort();
+               bt_common_abort();
        }
        if (iter_status) {
                ret = -1;
This page took 0.024089 seconds and 4 git commands to generate.