Changeset 4627

Show
Ignore:
Timestamp:
07/19/07 09:30:51 (6 years ago)
Author:
khali
Message:

Don't sort the same list twice.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/prog/detect/sensors-detect

    r4609 r4627  
    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            }