Changeset 4722
- Timestamp:
- 08/26/07 22:48:36 (6 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/sensors/chips.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/sensors/chips.c
r4721 r4722 6266 6266 while((data=sensors_get_all_features(*name,&a,&b))) { 6267 6267 if (sensors_get_label_and_valid(*name,data->number,&label,&valid)) { 6268 printf("ERROR: Can't get feature `%s' data!\n",data->name);6268 printf("ERROR: Can't get feature `%s' label!\n", data->name); 6269 6269 continue; 6270 6270 }
