Add BT_CTF_INTEGER_BASE_UNSPECIFIED
[babeltrace.git] / plugins / text / pretty / print.c
index 86c088dc6c5d2f638758e374d28b1fe8fc84bece..1d941e914a7792f0eede6d74ebbdddf1855715ec 100644 (file)
@@ -693,6 +693,7 @@ enum bt_component_status print_integer(struct pretty_component *pretty,
                break;
        }
        case BT_CTF_INTEGER_BASE_DECIMAL:
+       case BT_CTF_INTEGER_BASE_UNSPECIFIED:
                if (!signedness) {
                        g_string_append_printf(pretty->string, "%" PRIu64, v.u);
                } else {
This page took 0.02267 seconds and 4 git commands to generate.