aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/benchmark.c
diff options
context:
space:
mode:
author05356787 <05356787@localhost.localdomain>2008-10-30 08:48:41 -0200
committer05356787 <05356787@localhost.localdomain>2008-10-30 08:48:41 -0200
commit437e43308bc69e6d40d8252bd932276e2ba68a8e (patch)
treef705e05f28f8c0f7b89b4ee822bf7c13bebe0269 /hardinfo2/benchmark.c
parentf42545bb0b1e7faf33e4bababff28ddd54017181 (diff)
Allow adding more information per column
Diffstat (limited to 'hardinfo2/benchmark.c')
-rw-r--r--hardinfo2/benchmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/benchmark.c b/hardinfo2/benchmark.c
index f9d7926b..b1438fce 100644
--- a/hardinfo2/benchmark.c
+++ b/hardinfo2/benchmark.c
@@ -190,7 +190,7 @@ static gchar *__benchmark_include_results(gdouble result,
"ColumnTitle$TextValue=CPU\n"
"ShowColumnHeaders=true\n"
"[%s]\n"
- "<big><b>This Machine</b></big>=%.3f\n"
+ "<big><b>This Machine</b></big>=%.3f|extra1|extra2\n"
"%s", order_type, benchmark, result, results);
}