Changeset 1088
- Timestamp:
- 05/15/01 04:40:36 (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
r1085 r1088 317 317 (!strcmp(name.prefix,"as99127f"))) 318 318 print_w83781d(&name); 319 else if (!str cmp(name.prefix,"maxilife-"))319 else if (!strncmp(name.prefix,"maxilife-", 9)) 320 320 print_maxilife(&name); 321 321 else if (!strcmp(name.prefix,"ddcmon"))
