From e8943b5aa1a7010fb02e42f24cd161025f51bfa2 Mon Sep 17 00:00:00 2001 From: antma Date: Fri, 10 Jan 2014 16:21:34 +0400 Subject: [PATCH] remove undefined behavior flush (stdin) call http://stackoverflow.com/questions/2979209/using-fflushstdin --- loop.c | 1 - 1 file changed, 1 deletion(-) diff --git a/loop.c b/loop.c index 71c4746..6742763 100644 --- a/loop.c +++ b/loop.c @@ -570,7 +570,6 @@ int loop (void) { } write_auth_file (); - fflush (stdin); fflush (stdout); fflush (stderr);