Changeset 104605 in vbox for trunk/src/VBox
- Timestamp:
- May 13, 2024 4:02:45 PM (7 months ago)
- Location:
- trunk/src/VBox/GuestHost/DragAndDrop
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/DragAndDrop/DnDPath.cpp
r98103 r104605 183 183 /* Do we need to see if the given path is part of the old base? */ 184 184 size_t idxBase; 185 if ( pcszBaseOld 186 && RTPathStartsWith(pcszPath, pcszBaseOld)) 187 { 185 if (RTPathStartsWith(pcszPath, pcszBaseOld)) 188 186 idxBase = strlen(pcszBaseOld); 189 }190 187 else 191 188 idxBase = 0; -
trunk/src/VBox/GuestHost/DragAndDrop/DnDTransferList.cpp
r98103 r104605 543 543 { 544 544 rc = dndTransferListRootEntryAdd(pList, pszPathAbs); 545 if (RT_FAILURE(rc)) 546 break; 545 547 } 546 548 }
Note:
See TracChangeset
for help on using the changeset viewer.