Changeset 4611
- Timestamp:
- 07/14/07 18:32:56 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect
r4610 r4611 3122 3122 print ", other addresses:"; 3123 3123 @chips = sort @chips; 3124 foreach $other_addr ( sort@chips) {3124 foreach $other_addr (@chips) { 3125 3125 printf(" 0x%02x",$other_addr); 3126 3126 }
