X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=cli%2Fbabeltrace-log.c;h=d429ceb1d0f0edd8765b8588fb6aac2f95920f17;hb=f6ccaed94e575af57fe6bf38154771bee4871a2a;hp=9037dd93f87bb0eeaab26d37e61518bec2b6e82f;hpb=464ebc311d460b29f681703aea0aa00eef9e6475;p=babeltrace.git diff --git a/cli/babeltrace-log.c b/cli/babeltrace-log.c index 9037dd93..d429ceb1 100644 --- a/cli/babeltrace-log.c +++ b/cli/babeltrace-log.c @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include #include #include @@ -96,7 +96,7 @@ int parse_params(int argc, char *argv[], char **output_path, } *output_path = strdup(leftover); - assert(*output_path); + BT_ASSERT(*output_path); goto end; error: