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:
o9000
2015-04-17 20:31:28 +00:00
committed by mrovi9000@gmail.com
parent eef4987b0b
commit b78c854700
4 changed files with 4 additions and 3 deletions

View File

@@ -433,7 +433,6 @@ void menuApply()
}
// Write config file
printf("Writing %s to %s\n", g_default_theme, g_path_config);
fflush(stdout);
copy_file(g_default_theme, g_path_config);
// Restart panel
int unused = system("killall -SIGUSR1 tint2");