On 6/18/07, Arjan van de Ven <[EMAIL PROTECTED]> wrote:
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...


Ahh, yes. My copy show 5000.0 now (r212).

I don't understand how svn works. I often have several versions of
id.po{,rMMM,rNNN}. After doing make, some files might contain many
delimiter in the form
<<< mine
... first version
=== rXXX
... second version
(another delimiter I dont really remember)

What process creates them? How do I make sure I won't get those
problems again? I guess I must make modification only on duplicate
set, not original one I got from svn update.

That might also explain why I didn't have updated cpufreqstats.c
because I have edited, in place, the original one.

--
Andika
_______________________________________________
Power mailing list
[email protected]
http://www.bughost.org/mailman/listinfo/power

Reply via email to