From 33d6c7101cee251b91b4f01b2ddde55b4b2d50d9 Mon Sep 17 00:00:00 2001 From: bigbear Date: Thu, 8 Feb 2024 03:08:54 +0100 Subject: FIX back ports --- modules/benchmark/bench_results.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/benchmark/bench_results.c b/modules/benchmark/bench_results.c index 28ce657d..42930d74 100644 --- a/modules/benchmark/bench_results.c +++ b/modules/benchmark/bench_results.c @@ -348,7 +348,7 @@ static void append_cpu_config(JsonObject *object, if (output->len) g_string_append(output, ", "); - g_string_append_printf(output, "%ldx %.2f %s", json_node_get_int(member_node), + g_string_append_printf(output, "%ldx %.2f %s", (long int)json_node_get_int(member_node), parse_frequency(member_name), _("MHz")); } -- cgit v1.2.3