summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/benchmark/bench_results.c2
1 files changed, 1 insertions, 1 deletions
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"));
}