Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2006 19:32:28 +0000 (UTC)
From:      Kirill Ponomarew <krion@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/sed process.c
Message-ID:  <200605271932.k4RJWSiT006309@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
krion       2006-05-27 19:32:28 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/sed          process.c 
  Log:
  Fix using "P" command on empty pattern space.  If the "P" command is
  used once on a non-empty pattern space and then again on an empty
  pattern space, the second usage restores the pattern space length to
  the length that it had when the first "P" was used.
  
  PR:             bin/96052
  Submitted by:   Andrey Zholos <aaz@althenia.net>
  MFC after:      7 days
  
  Revision  Changes    Path
  1.40      +1 -2      src/usr.bin/sed/process.c



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