mirror of https://github.com/GNOME/gimp.git
plug-ins: Make sure to flush output in ts_stdout_output_func()
This commit is contained in:
parent
d5fddb5ba9
commit
b559354af1
|
@ -329,6 +329,7 @@ ts_stdout_output_func (TsOutputType type,
|
|||
if (len < 0)
|
||||
len = strlen (string);
|
||||
fprintf (stdout, "%.*s", len, string);
|
||||
fflush (stdout);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in New Issue