fix copytrace: set the byte order
[babeltrace.git] / cli / babeltrace-cfg-cli-args.c
index f717f90b0c535338510a33596d975613331543f8..e1208451e9491da73a65dda24648d2c3b02c07a6 100644 (file)
@@ -4063,7 +4063,7 @@ struct bt_config *bt_config_convert_from_args(int argc, const char *argv[],
                        break;
                case OPT_CLOCK_FORCE_CORRELATE:
                        append_implicit_component_param(
-                               &implicit_muxer_args, "force-correlate", "yes");
+                               &implicit_muxer_args, "ignore-absolute", "yes");
                        break;
                case OPT_CLOCK_GMT:
                        append_implicit_component_param(
@@ -4305,7 +4305,7 @@ struct bt_config *bt_config_convert_from_args(int argc, const char *argv[],
                if (implicit_lttng_live_args.exists) {
                        lttng_live_url_parts =
                                bt_common_parse_lttng_live_url(leftover,
-                                       error_buf, 256);
+                                       error_buf, sizeof(error_buf));
                        if (!lttng_live_url_parts.proto) {
                                printf_err("Invalid LTTng live URL format: %s\n",
                                        error_buf);
This page took 0.026761 seconds and 4 git commands to generate.