Commit 8a57b2b7 authored by Ghislain MARY's avatar Ghislain MARY

Fix charset conversion issue.

parent 02b7f39c
......@@ -11,7 +11,7 @@ namespace Utils {
}
inline std::string qStringToLinphoneString (const QString &string) {
return string.toStdString();
return string.toLocal8Bit().constData();
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment