Changeset 33540 in vbox for trunk/src/VBox/Runtime/common/misc/tar.cpp
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/tar.cpp
r33484 r33540 541 541 if (RT_FAILURE(rc)) 542 542 break; 543 /* Seek back, to position atethe file pointer at the start of the header. */543 /* Seek back, to position the file pointer at the start of the header. */ 544 544 rc = RTFileSeek(hFile, -(int64_t)sizeof(RTTARRECORD), RTFILE_SEEK_CURRENT, puOffset); 545 545 fFound = true; … … 1126 1126 1127 1127 /* This is done by internal methods, cause we didn't have a RTTARDIR 1128 * interface, yet. This should be fixed someday s. */1128 * interface, yet. This should be fixed someday. */ 1129 1129 1130 1130 PRTTARINTERNAL pInt = hTar;
Note:
See TracChangeset
for help on using the changeset viewer.