From 315ef9ac6f8881f8e1e533a0afd8f20d591c0e60 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Wed, 17 Sep 2014 04:22:09 +0000 Subject: [PATCH] comment cleanups --- inxi | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/inxi b/inxi index 375e3c0..73d9572 100755 --- a/inxi +++ b/inxi @@ -3970,9 +3970,7 @@ get_cpu_data() if (cpuMax != "") { max=cpuMax/1000 } - - # this is / was used in inxi short output only, but when it is N/A, need to use the previous array - # value, from above, the actual speed that is, for short output, key 0. + # create last array index, to be used for min/max output sub(/\.[0-9]+$/,"",max) sub(/\.[0-9]+$/,"",speed) sub(/\.[0-9]+$/,"",min)