mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 16:09:20 +00:00
flush liblinphone tester traces
This commit is contained in:
parent
991cf8551d
commit
2d70a8120c
1 changed files with 2 additions and 1 deletions
|
|
@ -552,7 +552,8 @@ int liblinphone_tester_fprintf(FILE * stream, const char * format, ...) {
|
|||
va_list args;
|
||||
va_start(args, format);
|
||||
#ifndef ANDROID
|
||||
result = vprintf(format,args);
|
||||
result = vfprintf(stream,format,args);
|
||||
fflush(stream);
|
||||
#else
|
||||
/*used by liblinphone tester to retrieve suite list*/
|
||||
result = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue