mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-02 19:29:27 +00:00
Fix crash on bb10 with current realpath use
This commit is contained in:
parent
f64f845c5d
commit
a58201f10a
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ struct _LpConfig{
|
|||
};
|
||||
|
||||
char* lp_realpath(const char* file, char* name) {
|
||||
#ifdef _WIN32
|
||||
#if defined(_WIN32) || defined(__QNX__)
|
||||
return ms_strdup(file);
|
||||
#else
|
||||
char * output = realpath(file, name);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue