aboutsummaryrefslogtreecommitdiff
path: root/modules/benchmark.c
diff options
context:
space:
mode:
authorLucas de Castro Borges <lucas@gnuabordo.com.br>2024-04-22 18:47:42 -0300
committerLucas de Castro Borges <lucas@gnuabordo.com.br>2024-04-22 18:47:42 -0300
commitffaf0b3361ae9e8179cbdb6a9866884bcb7d7b46 (patch)
tree7d0a0b9c8ef3081c9e965496b6f04ede5d9404f0 /modules/benchmark.c
parent67ee5ec27c7fd54f2ab73f7440f6d235bb9a2e23 (diff)
parentf89d271f8c55c5d4d62a5f0e44c84a3e2e2f190a (diff)
Update upstream source from tag 'upstream/2.0.11pre'
Update to upstream version '2.0.11pre' with Debian dir b3754f1ca6602d6d2de2514b9ff472a2d8cabd57
Diffstat (limited to 'modules/benchmark.c')
-rw-r--r--modules/benchmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/benchmark.c b/modules/benchmark.c
index 0dd883dc..18156e01 100644
--- a/modules/benchmark.c
+++ b/modules/benchmark.c
@@ -807,7 +807,7 @@ static gchar *get_benchmark_results(gsize *len)
continue;
}
- json_builder_set_member_name(builder, entries[i].name);
+ json_builder_set_member_name(builder, entries_english_name[i]);
json_builder_begin_object(builder);