Changeset 32630 in vbox
- Timestamp:
- Sep 20, 2010 9:38:38 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/tar.cpp
r32629 r32630 182 182 uint64_t cbAllWritten = 0; /* Already copied */ 183 183 uint64_t cbToRead = 0; /* What to read in the next step */ 184 uint64_t cbRead = 0; /* Actually read in the last step */184 size_t cbRead = 0; /* Actually read in the last step */ 185 185 /* Copy the content from hFile over to the memory. */ 186 186 for (;;)
Note:
See TracChangeset
for help on using the changeset viewer.