Andika Triwidada wrote:
$ diff -urN cpufreqstats.c.asli cpufreqstats.c
--- cpufreqstats.c.asli 2007-06-17 14:07:47.000000000 +0700
+++ cpufreqstats.c      2007-06-18 00:09:18.000000000 +0700
@@ -77,7 +77,7 @@
               sprintf(buffer, _("%6lli Mhz"), (Hz+500)/1000);

       if (Hz>1500000)
-               sprintf(buffer, _("%6.2f Ghz"), (Hz+50000.0)/1000000);
+               sprintf(buffer, _("%6.2f Ghz"), (Hz+5000.0)/1000000);


       return buffer;

hmmmm

I already made this change, it's change set r203... I wonder why you're not seeing it...
_______________________________________________
Power mailing list
[email protected]
http://www.bughost.org/mailman/listinfo/power

Reply via email to