Changeset 93058 in vbox for trunk/src/VBox
- Timestamp:
- Dec 22, 2021 2:23:25 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp
r92613 r93058 461 461 if (m_strHome.isNotEmpty()) 462 462 { 463 com::Utf8Str strTftpRoot(com::Utf8StrFmt("%s%c%s", 464 m_strHome.c_str(), RTPATH_DELIMITER, "TFTP")); 463 com::Utf8StrFmt strTftpRoot("%s%c%s", m_strHome.c_str(), RTPATH_DELIMITER, "TFTP"); 465 464 char *pszStrTemp; // avoid const char ** vs char ** 466 465 rc = RTStrUtf8ToCurrentCP(&pszStrTemp, strTftpRoot.c_str());
Note:
See TracChangeset
for help on using the changeset viewer.