Changeset 55805 in vbox for trunk/src/VBox/GuestHost/DragAndDrop/DnDURIObject.cpp
- Timestamp:
- May 11, 2015 3:00:35 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/DragAndDrop/DnDURIObject.cpp
r55640 r55805 195 195 * it over. */ 196 196 rc = RTFileOpen(&u.m_hFile, strPath.c_str(), fOpen); 197 LogFlowFunc(("strPath=%s, enmType=% ld, enmDest=%ld, rc=%Rrc\n", strPath.c_str(), enmType, enmDest, rc));197 LogFlowFunc(("strPath=%s, enmType=%RU32, enmDest=%RU32, rc=%Rrc\n", strPath.c_str(), enmType, enmDest, rc)); 198 198 if (RT_SUCCESS(rc)) 199 199 rc = RTFileGetSize(u.m_hFile, &m_cbSize);
Note:
See TracChangeset
for help on using the changeset viewer.