Skip to content

Flushed stdout after every group is printed in an iteration. #49

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 18, 2016

Conversation

freshdresch
Copy link
Contributor

This allows us to redirect ascii based output to a file. Before the manual flushing, output redirection would cause the program to produce no output. This is because when printing to the console the printf newlines will cause the buffer to flush, but for redirected output the newlines do not trigger the flushing.

…ows us to redirect ascii based output to a file.
@tgraf tgraf merged commit 8b2638c into tgraf:master Oct 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants