Changeset 331

Show
Ignore:
Timestamp:
03/22/99 01:40:40 (10 years ago)
Author:
frodo
Message:

Small sensors-program bug fixed (Klaus Woltereck's report)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/TODO

    r324 r331  
    11Many, many things. Most notably: 
    22 
     3* Fix /proc permissions to 0444 for read-only files. 
    34* Sensors program needs to print a + before lm75 temperatures 
    45* Timer chips - block read problems? 
  • lm-sensors/trunk/prog/sensors/main.c

    r327 r331  
    136136    { "set", no_argument, NULL, 's' }, 
    137137    { "version", no_argument, NULL, 'v'}, 
    138     { "config-file", required_argument, NULL, 'c' } 
     138    { "config-file", required_argument, NULL, 'c' }, 
     139    { 0,0,0,0 } 
    139140  }; 
    140141