Fix: babeltrace should use output format argument
[babeltrace.git] / converter / babeltrace.c
index 55d89c895a47c0df8cb78bb48d9259bc4c3054d3..fdbedae5bafcb40a300752428a79fc561824dd00 100644 (file)
@@ -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;
This page took 0.023213 seconds and 4 git commands to generate.