Changeset 80585 in vbox for trunk/src/VBox/Runtime/common/checksum/RTSha1Digest.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/checksum/RTSha1Digest.cpp
r76553 r80585 124 124 { 125 125 uint64_t cbFile; 126 rc = RTFile GetSize(hFile, &cbFile);126 rc = RTFileQuerySize(hFile, &cbFile); 127 127 if (RT_FAILURE(rc)) 128 128 {
Note:
See TracChangeset
for help on using the changeset viewer.