Changeset 32602 in vbox
- Timestamp:
- Sep 17, 2010 1:14:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/tar.cpp
r32601 r32602 360 360 361 361 /* Create the checksum out of the new header */ 362 uint32_t chksum ;362 uint32_t chksum = 0; 363 363 rc = rtTarCalcChkSum(&record, &chksum); 364 364 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.