Changeset 78104 in vbox for trunk/src/VBox/Devices/Network/slirp
- Timestamp:
- Apr 10, 2019 5:33:18 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/tftp.c
r76783 r78104 142 142 else 143 143 { 144 char *pszFullPathAbs = RTPathAbsExDup(tftp_prefix, (const char *)pcTftpSession->pszFilename);144 char *pszFullPathAbs = RTPathAbsExDup(tftp_prefix, (const char *)pcTftpSession->pszFilename, RTPATH_STR_F_STYLE_HOST); 145 145 146 146 if ( !pszFullPathAbs
Note:
See TracChangeset
for help on using the changeset viewer.