Add bt_common_abort() and use it instead of abort() directly
[babeltrace.git] / src / plugins / ctf / fs-src / data-stream-file.c
index 6588c13b19b55d44e81a94868c9c83d77f54156e..ff2b3d8bd0ba12c5eee7940f528710e3ad5dba9b 100644 (file)
@@ -770,7 +770,7 @@ bt_component_class_message_iterator_next_method_status ctf_fs_ds_file_next(
                 * medium-specific; there is nothing for the user to do
                 * and it should have been handled upstream.
                 */
-               abort();
+               bt_common_abort();
        case BT_MSG_ITER_STATUS_INVAL:
        case BT_MSG_ITER_STATUS_ERROR:
        default:
This page took 0.023454 seconds and 4 git commands to generate.