remove undefined behavior flush (stdin) call
http://stackoverflow.com/questions/2979209/using-fflushstdin
This commit is contained in:
parent
70441cfcdf
commit
e8943b5aa1
1 changed files with 0 additions and 1 deletions
1
loop.c
1
loop.c
|
@ -570,7 +570,6 @@ int loop (void) {
|
|||
}
|
||||
write_auth_file ();
|
||||
|
||||
fflush (stdin);
|
||||
fflush (stdout);
|
||||
fflush (stderr);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue