Changeset 50201 in vbox for trunk/src/VBox/Runtime/common/zip
- Timestamp:
- Jan 23, 2014 11:58:56 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91772
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/zip/tarvfs.cpp
r50146 r50201 851 851 static bool rtZipTarReaderIsAtEnd(PRTZIPTARREADER pThis) 852 852 { 853 /* Turns out our own tar writer code doesn't get this crap right. 854 Kludge our way around it. */ 853 855 if (!pThis->cZeroHdrs) 854 return false;856 return pThis->enmPrevType == RTZIPTARTYPE_GNU ? true /* IPRT tar.cpp */ : false; 855 857 856 858 /* Here is a kludge to try deal with archivers not putting at least two
Note:
See TracChangeset
for help on using the changeset viewer.