[lttng-dev] [RELEASE] Babeltrace 1.0.0-rc3
Oestman, Fredrik
Fredrik_Oestman at mentor.com
Wed May 30 07:41:06 EDT 2012
> Unless something really unexpected happens, this should be the last RC
> before babeltrace 1.0.0 final.
Please make this little change, otherwise ctf-text is always output regardless of "-o".
Cheers,
Fredrik Östman
diff --git a/converter/babeltrace.c b/converter/babeltrace.c
index 55d89c8..fdbedae 100644
--- a/converter/babeltrace.c
+++ b/converter/babeltrace.c
@@ -487,7 +487,7 @@ int main(int argc, char **argv)
}
strlower(opt_input_format);
}
- if (opt_output_format) {
+ if (opt_output_format_arg) {
opt_output_format = strdup(opt_output_format_arg);
if (!opt_output_format) {
partial_error = 1;
More information about the lttng-dev
mailing list