Changeset 48353 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Sep 6, 2013 12:28:50 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp
r48352 r48353 2153 2153 2154 2154 void *pvTmpBuf = 0; 2155 uint64_t cbTmpSize = _1M;2155 size_t cbTmpSize = _1M; 2156 2156 size_t cbAllWritten = 0; 2157 2157 uint64_t cbFile = 0; 2158 uint64_t cbSize = 0;2158 size_t cbSize = 0; 2159 2159 2160 2160 vrc = RTFileGetSize(pFile, &cbFile);
Note:
See TracChangeset
for help on using the changeset viewer.