plug-ins: Make sure to flush output in ts_stdout_output_func()

This commit is contained in:
Christopher Montgomery 2009-05-28 21:06:53 +02:00 committed by Martin Nordholts
parent d5fddb5ba9
commit b559354af1
1 changed files with 1 additions and 0 deletions

View File

@ -329,6 +329,7 @@ ts_stdout_output_func (TsOutputType type,
if (len < 0)
len = strlen (string);
fprintf (stdout, "%.*s", len, string);
fflush (stdout);
}
void