Changeset 4627
- Timestamp:
- 07/19/07 09:30:51 (6 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/detect/sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/detect/sensors-detect
r4609 r4627 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 }
