- Timestamp:
- Feb 24, 2023 10:16:44 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156014
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestDirectoryImpl.cpp
r98710 r98714 785 785 PCALLBACKDATA_DIR_NOTIFY const pDirNotify = (PCALLBACKDATA_DIR_NOTIFY)pEvent->Payload().Raw(); 786 786 AssertPtrReturn(pDirNotify, VERR_INVALID_POINTER); 787 vrcGuest = (int)pDirNotify->rc;787 int vrcGuest = (int)pDirNotify->rc; 788 788 if (RT_SUCCESS(vrcGuest)) 789 789 {
Note:
See TracChangeset
for help on using the changeset viewer.