lib: rename plural file names to singular
[babeltrace.git] / plugins / utils / trimmer / trimmer.c
index ba4053f98a761009f6ede5911eb0a676f24a191d..21dc871a9eba14c638703a26ea52aad6da09dd8f 100644 (file)
@@ -135,7 +135,7 @@ int timestamp_from_param(const char *param_name, struct bt_value *param,
        if (ret == 4) {
                if (!trimmer->date) {
                        /* We don't know which day until we get an event. */
-                       result_bound->lazy_values.hh = hh;
+                       result_bound->lazy_value.hh = hh;
                        result_bound->lazy_values.mm = mm;
                        result_bound->lazy_values.ss = ss;
                        result_bound->lazy_values.ns = ns;
@@ -227,7 +227,7 @@ int timestamp_from_param(const char *param_name, struct bt_value *param,
        if (ret == 3) {
                if (!trimmer->date) {
                        /* We don't know which day until we get an event. */
-                       result_bound->lazy_values.hh = hh;
+                       result_bound->lazy_value.hh = hh;
                        result_bound->lazy_values.mm = mm;
                        result_bound->lazy_values.ss = ss;
                        result_bound->lazy_values.ns = 0;
This page took 0.024121 seconds and 4 git commands to generate.