Changeset 1233
- Timestamp:
- 11/11/01 22:54:54 (12 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/sensors/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/sensors/main.c
r1220 r1233 328 328 else if (!strncmp(name.prefix,"maxilife-", 9)) 329 329 print_maxilife(&name); 330 else if (!str cmp(name.prefix,"it87"))330 else if (!strncmp(name.prefix,"it87", 4)) 331 331 print_it87(&name); 332 332 else if (!strcmp(name.prefix,"ddcmon"))
