remove undefined behavior flush (stdin) call

http://stackoverflow.com/questions/2979209/using-fflushstdin
This commit is contained in:
antma 2014-01-10 16:21:34 +04:00
parent 70441cfcdf
commit e8943b5aa1

1
loop.c
View file

@ -570,7 +570,6 @@ int loop (void) {
}
write_auth_file ();
fflush (stdin);
fflush (stdout);
fflush (stderr);