Changeset 80585 in vbox for trunk/src/VBox/Runtime/common/vfs/vfsprogress.cpp
- Timestamp:
- Sep 4, 2019 2:05:50 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 133105
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/vfs/vfsprogress.cpp
r76553 r80585 402 402 { 403 403 PRTVFSPROGRESSFILE pThis = (PRTVFSPROGRESSFILE)pvThis; 404 return RTVfsFile GetSize(pThis->hVfsFile, pcbFile);404 return RTVfsFileQuerySize(pThis->hVfsFile, pcbFile); 405 405 } 406 406
Note:
See TracChangeset
for help on using the changeset viewer.