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
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user