Changeset 56616 in vbox for trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp
- Timestamp:
- Jun 24, 2015 9:58:45 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp
r56553 r56616 835 835 if (mDataBase.mProtocolVersion <= 1) 836 836 { 837 pMsg->setNextString(aFile.Get SourcePath().c_str()); /* pvName */838 pMsg->setNextUInt32((uint32_t)(aFile.Get SourcePath().length() + 1)); /* cbName */837 pMsg->setNextString(aFile.GetDestPath().c_str()); /* pvName */ 838 pMsg->setNextUInt32((uint32_t)(aFile.GetDestPath().length() + 1)); /* cbName */ 839 839 } 840 840 else
Note:
See TracChangeset
for help on using the changeset viewer.