forked from mirrors/linphone-iphone
fix(windaube): in linphonecore use liblinphone_user_log_func, not invalid symbol
This commit is contained in:
parent
fc77bbe9f1
commit
dc9fc11965
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue