aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2009-04-25 11:16:11 -0300
committerLeandro A. F. Pereira <leandro@hardinfo.org>2009-04-25 11:16:11 -0300
commit77d3c49309059979067f37e62a44936e00594aa7 (patch)
tree94aad15071ebc0a4b7deee23ccdb0701d864f916 /hardinfo2
parent856da8fc7aa60414de905b3088f03f03ae82b881 (diff)
Make clean_cpuname() more reliable (don't strip out needed strings)
Diffstat (limited to 'hardinfo2')
-rw-r--r--hardinfo2/benchmark.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/hardinfo2/benchmark.c b/hardinfo2/benchmark.c
index b5ba7507..71a26767 100644
--- a/hardinfo2/benchmark.c
+++ b/hardinfo2/benchmark.c
@@ -161,8 +161,7 @@ static gchar *clean_cpuname(gchar *cpuname)
gchar *remove[] = {
"(R)", "(r)", "(TM)", "(tm)", "Processor",
"Technology", "processor", "CPU",
- "-Core", "Core", "cpu", "Duo", "X2", "X3", "X4",
- "Quad", "Dual", "Triple", "Genuine", "Authentic", NULL
+ "cpu", "Genuine", "Authentic", NULL
};
gint i;