cvs commit: src/lib/libutil property.c

John Baldwin jhb at FreeBSD.org
Mon Nov 28 16:30:18 GMT 2005


jhb         2005-11-28 16:30:16 UTC

  FreeBSD src repository

  Modified files:
    lib/libutil          property.c 
  Log:
  Restore the previous state after a FILL operation in properties_read()
  rather than forcing the state to LOOK.  If we are in the middle of parsing
  a line when we have to do a FILL we would have lost any token we were in
  the middle of parsing and would have treated the next character as being
  at the start of a new line instead.
  
  PR:             kern/89181
  Submitted by:   Antony Mawer gnats at mawer dot org
  MFC after:      1 week
  
  Revision  Changes    Path
  1.14      +15 -8     src/lib/libutil/property.c


More information about the cvs-src mailing list