for ps3, dumped cpu .000000 mhz and made it .000

This commit is contained in:
inxi-svn 2008-11-04 05:00:55 +00:00
parent a3ceadd2e7
commit c4fb305550

1
inxi
View file

@ -789,6 +789,7 @@ get_cpu_data()
if ($NF > max) { max = $NF }
gsub(/MHZ/,"",$NF) ## clears out for cell cpu
gsub(/.000000/,".00",$NF) ## clears out for cell cpu
cpu[nr, "speed"] = $NF
}