Add bt_common_abort() and use it instead of abort() directly
[babeltrace.git] / src / common / assert.c
index c4a18c4e38ba47894a88402c8c3d0017d866091c..1cc1dbaa2e5f9a9bfe520ad60afd569885672da1 100644 (file)
@@ -52,5 +52,5 @@ void bt_common_assert_failed(const char *file, int line, const char *func,
                bt_common_color_reset(),
                bt_common_color_fg_red(),
                bt_common_color_reset());
-       abort();
+       bt_common_abort();
 }
This page took 0.023156 seconds and 4 git commands to generate.