commit | 34623db61895ab5575f7851c9313ab2bf4fecc03 | [log] [tgz] |
---|---|---|
author | Mark Whitley <markw@lineo.com> | Fri Jul 14 00:49:59 2000 +0000 |
committer | Mark Whitley <markw@lineo.com> | Fri Jul 14 00:49:59 2000 +0000 |
tree | 577d93df5005b4187cd30aa025bb258bee40b850 | |
parent | 02008346c0e278701945652cd5fac5239c96891c [diff] |
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.