Add bt_common_abort() and use it instead of abort() directly
[babeltrace.git] / src / plugins / common / param-validation / param-validation.c
index c37a44f0a9aeeeaaaa9aa4bd7fccba33dad1c843..4b6eed739f1d2fa170fcd5b5c359daa7bf0c7120 100644 (file)
@@ -96,7 +96,7 @@ void append_scope_to_string(GString *str,
                g_string_append_printf(str, "[%" PRIu64 "]", elem->array_index);
                break;
        default:
-               abort();
+               bt_common_abort();
        }
 }
 
This page took 0.023441 seconds and 4 git commands to generate.