- Commit
- 89c8d703d258cef7cbe566eab537fb8f30aad7ed
- Parent
- 1f51da22e4d56ae0f0bc3ae75817e99a91038226
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Changed logic for null/eol checks.
- only check once for "not at end of line"
- check for null before we check for newline characters (the
previous patch would fail for NULL + CR)
See #160.