Changeset 4422

Show
Ignore:
Timestamp:
05/28/07 15:33:39 (6 years ago)
Author:
khali
Message:

Fix alignment of alarm for one-limit temperatures.

Location:
lm-sensors/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/CHANGES

    r4417 r4422  
    2222                   Add applesmc support 
    2323                   Add max6680 support 
     24                   Fix alignment of alarm for one-limit temperatures 
    2425  Program sensors-detect: Stop Super-I/O probe after first family success 
    2526                          Fix SMSC DME1737 detection 
  • lm-sensors/trunk/prog/sensors/chips.c

    r4390 r4422  
    6767            limitprec, n_over, degstr); 
    6868   else if(minmax == MAXONLY) 
    69         printf("%+6.*f%s  (high = %+5.*f%s)                    ", 
     69        printf("%+6.*f%s  (high = %+5.*f%s)                  ", 
    7070            curprec, n_cur, degstr, 
    7171            limitprec, n_over, degstr); 
     
    8484            curprec, n_cur, degstr); 
    8585   else if(minmax == HYSTONLY) 
    86         printf( "%+6.*f%s  (hyst = %+5.*f%s)                   ", 
     86        printf("%+6.*f%s  (hyst = %+5.*f%s)                  ", 
    8787            curprec, n_cur, degstr, 
    8888            limitprec, n_over, degstr);