Changeset 97834 in vbox for trunk/src/VBox/GuestHost/DragAndDrop/DnDTransferList.cpp
- Timestamp:
- Dec 19, 2022 5:05:55 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/DragAndDrop/DnDTransferList.cpp
r97799 r97834 1068 1068 rc = RTStrCopy(szPath, sizeof(szPath), pcszPathRootTmp); 1069 1069 AssertRCBreak(rc); 1070 cchString += RTStrNLen(pcszPathRootTmp, RTPATH_MAX);1071 1070 } 1072 1071
Note:
See TracChangeset
for help on using the changeset viewer.