K 10 svn:author V 8 jmallett K 8 svn:date V 27 2002-06-25T15:16:23.000000Z K 7 svn:log V 414 MFC compile.c:: revision 1.21 date: 2002/06/01 13:25:47; author: green; state: Exp; lines: +24 -4 Fix a bug in sed(1)'s "s" command wherein if an escape ("\" character) was initiated at the last character of the line buffer, the Wrong Thing was done and sed barfed by interpreting the following NUL byte as a digit. Instead, pull up the next buffer and record that the "\" was last seen. Submitted by: green END