mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix(PathsWindows): append linphone to path
This commit is contained in:
parent
db8e328b65
commit
71ed40b0d9
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ static string getPath (const GUID &id) {
|
|||
CoTaskMemFree(path);
|
||||
}
|
||||
|
||||
return strPath;
|
||||
return strPath.append("/linphone/");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue