Changeset 98831 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Mar 3, 2023 3:43:39 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp
r98824 r98831 1184 1184 PGSTCTLDIRENTRYEX pGstCtlDirEntryEx = (PGSTCTLDIRENTRYEX)pDirEntryEx; 1185 1185 1186 int rc2 = VbglR3GuestCtrlDirCbReadEx(pHostCtx, rc, pGstCtlDirEntryEx, cbDirEntry, pszUser, pszGroup);1186 int rc2 = VbglR3GuestCtrlDirCbReadEx(pHostCtx, rc, pGstCtlDirEntryEx, (uint32_t)cbDirEntry, pszUser, pszGroup); 1187 1187 if (RT_FAILURE(rc2)) 1188 1188 VGSvcError("Failed to report directory read status (%Rrc), rc=%Rrc\n", rc, rc2);
Note:
See TracChangeset
for help on using the changeset viewer.