Changeset 4611

Show
Ignore:
Timestamp:
07/14/07 18:32:56 (6 years ago)
Author:
khali
Message:

Don't sort the same list twice.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect

    r4610 r4611  
    31223122            print ", other addresses:"; 
    31233123            @chips = sort @chips; 
    3124             foreach $other_addr (sort @chips) { 
     3124            foreach $other_addr (@chips) { 
    31253125              printf(" 0x%02x",$other_addr); 
    31263126            }