Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix _setmode usage for stdout new-line conversion
The previous fix didn't work in all situations. I suspect it's because it was changing the state of the fd back to _O_TEXT mode without synchronising with fflush(). Changing the mode back to _O_TEXT isn't actually needed (see discussion in #56,) so just remove the call.
- Loading branch information