- Timestamp:
- Dec 8, 2014 10:28:49 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkReply.cpp
r53449 r53475 244 244 245 245 /* Apply HTTPs certificates: */ 246 return RTHttpSetCAFile(pHttp, strFullCertificateFileName.to Ascii().constData());246 return RTHttpSetCAFile(pHttp, strFullCertificateFileName.toUtf8().constData()); 247 247 } 248 248
Note:
See TracChangeset
for help on using the changeset viewer.