It dawned on me that I would need to grow a char buffer one extra char bigger
authorMark Whitley <markw@lineo.com>
Fri, 14 Jul 2000 00:49:59 +0000 (00:49 -0000)
committerMark Whitley <markw@lineo.com>
Fri, 14 Jul 2000 00:49:59 +0000 (00:49 -0000)
commit34623db61895ab5575f7851c9313ab2bf4fecc03
tree577d93df5005b4187cd30aa025bb258bee40b850
parent02008346c0e278701945652cd5fac5239c96891c
It dawned on me that I would need to grow a char buffer one extra char bigger
to accomodate a trailing '\n'ewline that I append to it later one. This is
only necessary for the case of one inserted, appended, or changed line, but
it's still necessary.
editors/sed.c
sed.c