hollasch/eol

eol doesn't null terminate the eol buffer

hollasch opened this issue · 1 comments

I should probably convert this to use string or wstring.

Ah, never mind. It tracks the length of the EOL buffer, but does not null terminate it (because it needs to be able to emit null bytes).