Changeset 80585 in vbox for trunk/src/VBox/Runtime/common/misc/s3.cpp
- Timestamp:
- Sep 4, 2019 2:05:50 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 133105
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/s3.cpp
r76553 r80585 956 956 957 957 uint64_t cbFileSize; 958 rc = RTFile GetSize(hFile, &cbFileSize);958 rc = RTFileQuerySize(hFile, &cbFileSize); 959 959 if (RT_FAILURE(rc)) 960 960 {
Note:
See TracChangeset
for help on using the changeset viewer.