sed bugfix: N or n at end of script would save the terminating NULL as the resume...
authorRob Landley <rob@landley.net>
Tue, 13 Jan 2015 10:28:19 +0000 (04:28 -0600)
committerRob Landley <rob@landley.net>
Tue, 13 Jan 2015 10:28:19 +0000 (04:28 -0600)
commit9d66c41d1d2c4ebbd4e7034145bf0143fa5e08b9
tree0bd69cb333f90ba544f3a9be4b2dae85bd9b9469
parent3a4917a5bb131fbe358c1c33ca71296774881fe1
sed bugfix: N or n at end of script would save the terminating NULL as the resume position, so the script would restart from beginning.
toys/posix/sed.c