From 705ace0470a45a29959256fda366037e7318227f Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Tue, 25 Nov 2014 10:19:30 +0100 Subject: [PATCH] test to get stout working on buildbot --- tester/tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tester/tester.c b/tester/tester.c index 8b2066e53..a7bcef044 100644 --- a/tester/tester.c +++ b/tester/tester.c @@ -552,7 +552,7 @@ int liblinphone_tester_fprintf(FILE * stream, const char * format, ...) { va_list args; va_start(args, format); #ifndef ANDROID - result = vfprintf(stream,format,args); + result = vprintf(format,args); #else /*used by liblinphone tester to retrieve suite list*/ result = 0;