On Sat, 09 May 2015 06:47:05 +0200, =?utf-8?Q?S=C3=A9bastien?= Marie wrote:
> Here a small patch to sed to make 'i' and 'a' command to always append > "\n" after 'text'. > > While here, remove 'len' field from 'struct s_appends'. It was just used > for AP_STRING (used for 'a' command), and the switch from fwrite to > printf permit to not use it. I'm afraid the fix is a bit more complicated. There are changes in FreeBSD that we can use as well as additional regress tests. - todd
