diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/benchmark.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/modules/benchmark.c b/modules/benchmark.c index 6a59357b..45f74ecd 100644 --- a/modules/benchmark.c +++ b/modules/benchmark.c @@ -207,8 +207,7 @@ gchar *hi_get_field(gchar * field)  static void br_mi_add(char **results_list, bench_result *b) {      gchar *ckey, *rkey; -    //ckey = hardinfo_clean_label(b->machine->cpu_name, 0); -    ckey = strdup(b->machine->cpu_name); +    ckey = hardinfo_clean_label(b->machine->cpu_name, 0);      rkey = strdup(b->machine->mid);      *results_list = h_strdup_cprintf("$%s$%s=%.2f|%s\n", *results_list, rkey, ckey, | 
