Rename: "float value" -> "real value"
[babeltrace.git] / cli / babeltrace.c
index ce12900a0e97929b43a32574419fa531acbb15a7..57a477a691a117d0128b2a5d8e73b680d9e0579f 100644 (file)
@@ -468,8 +468,8 @@ void print_value_rec(FILE *fp, struct bt_value *value, size_t indent)
                        bt_common_color_fg_red(), int_val,
                        bt_common_color_reset());
                break;
-       case BT_VALUE_TYPE_FLOAT:
-               status = bt_value_float_get(value, &dbl_val);
+       case BT_VALUE_TYPE_REAL:
+               status = bt_value_real_get(value, &dbl_val);
                if (status != BT_VALUE_STATUS_OK) {
                        goto error;
                }
This page took 0.02325 seconds and 4 git commands to generate.