Changeset 5135

Show
Ignore:
Timestamp:
03/06/08 14:16:03 (6 months ago)
Author:
mmh
Message:

Bugfix: add carriage return ('\r') to the BLANK character class.
This closes ticket #2284.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/lib/conf-lex.l

    r4273 r5135  
    6363 /* Any whitespace-like character */ 
    6464 
    65 BLANK           [ \f\t\v] 
     65BLANK           [ \f\r\t\v] 
    6666 
    6767IDCHAR          [[:alnum:]_]