mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 21:28:08 +00:00
linphonecore.c: fix windows specific (sight) error
This commit is contained in:
parent
b0c8780281
commit
0cdd55461d
1 changed files with 1 additions and 1 deletions
|
|
@ -3860,7 +3860,7 @@ int linphone_core_redirect_call(LinphoneCore *lc, LinphoneCall *call, const char
|
|||
LinphoneAddress *real_parsed_url=linphone_core_interpret_url(lc,redirect_uri);
|
||||
if (!real_parsed_url){
|
||||
/* bad url */
|
||||
ms_error("Bad redirect URI: %s", redirect_uri?:"NULL");
|
||||
ms_error("Bad redirect URI: %s", redirect_uri?redirect_uri:"NULL");
|
||||
return -1;
|
||||
}
|
||||
real_url=linphone_address_as_string (real_parsed_url);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue