Flush stdout/stderr after newline
git-svn-id: http://tint2.googlecode.com/svn/trunk@760 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
committed by
mrovi9000@gmail.com
parent
eef4987b0b
commit
b78c854700
@@ -517,7 +517,6 @@ void config_write_tooltip(FILE *fp)
|
||||
|
||||
void config_save_file(const char *path) {
|
||||
printf("config_save_file : %s\n", path);
|
||||
fflush(stdout);
|
||||
|
||||
FILE *fp;
|
||||
if ((fp = fopen(path, "wt")) == NULL)
|
||||
|
||||
Reference in New Issue
Block a user