From dc9fc11965a8d9e8095c66c1ab58d4d681ed7226 Mon Sep 17 00:00:00 2001 From: "Ronan Abhamon (Windaube)" Date: Thu, 28 Sep 2017 13:17:37 +0200 Subject: [PATCH] fix(windaube): in linphonecore use liblinphone_user_log_func, not invalid symbol --- coreapi/linphonecore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index 9e9dd8e86..2494d478a 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -589,7 +589,7 @@ static void linphone_core_log_collection_handler(const char *domain, OrtpLogLeve #else /* This works on 32 bits, luckily. */ /* TODO: va_copy is available in Visual Studio 2013. */ - liblinphone_log_func(domain, level, fmt, args); + liblinphone_user_log_func(domain, level, fmt, args); #endif }