John Levon <[EMAIL PROTECTED]> writes:

| Readable names please: width, maxwidth, or whatever
>
>> +            if (i > j)
>> +                    j = i; // MV
>
| don't add author comments like this... the header is where authors go :)

perhaps even

        j = max(i, j);

-- 
        Lgb

Reply via email to