X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fctf-writer%2Fassert-pre.h;h=54870832d8ab323520f938c702f4629b5e6c38ea;hb=24847fc77f9f6ccf2acc20141b4240a53903c08d;hp=edb306dfceedc45e94f7355f23fccc6cf4ea631a;hpb=c522f726d04ae46455b371722a58e00f3fb97ddc;p=babeltrace.git diff --git a/src/ctf-writer/assert-pre.h b/src/ctf-writer/assert-pre.h index edb306df..54870832 100644 --- a/src/ctf-writer/assert-pre.h +++ b/src/ctf-writer/assert-pre.h @@ -94,7 +94,7 @@ BT_CTF_ASSERT_PRE_MSG("CTF writer precondition not satisfied; error is:"); \ BT_CTF_ASSERT_PRE_MSG((_fmt), ##__VA_ARGS__); \ BT_CTF_ASSERT_PRE_MSG("Aborting..."); \ - abort(); \ + bt_common_abort(); \ } \ } while (0)