Changeset 58069 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDataObject_win.cpp
- Timestamp:
- Oct 7, 2015 12:05:47 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDataObject_win.cpp
r57826 r58069 316 316 for (size_t i = 0; i < lstFilesURI.size(); i++) 317 317 { 318 char *pszFilePath = RTUriFilePath(lstFilesURI.at(i).toAscii().constData() , URI_FILE_FORMAT_AUTO);318 char *pszFilePath = RTUriFilePath(lstFilesURI.at(i).toAscii().constData()); 319 319 if (pszFilePath) 320 320 {
Note:
See TracChangeset
for help on using the changeset viewer.