Changeset 32601 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Sep 17, 2010 1:06:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/tar.cpp
r32599 r32601 132 132 133 133 /* Check for data integrity & an EOF record */ 134 uint32_t check ;134 uint32_t check = 0; 135 135 rc = rtTarCalcChkSum(pRecord, &check); 136 136 /* EOF? */
Note:
See TracChangeset
for help on using the changeset viewer.