fix(PathsWindows): append linphone to path

This commit is contained in:
Ronan Abhamon 2018-05-24 13:42:14 +02:00
parent db8e328b65
commit 71ed40b0d9

View file

@ -44,7 +44,7 @@ static string getPath (const GUID &id) {
CoTaskMemFree(path);
}
return strPath;
return strPath.append("/linphone/");
}