Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Nov 2005 16:30:16 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libutil property.c
Message-ID:  <200511281630.jASGUGXh094406@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511281630.jASGUGXh094406>