VirtualBox

Ignore:
Timestamp:
Jan 23, 2014 11:58:56 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
91772
Message:

rtZipTarReaderIsAtEnd: Hack for our tar.cpp writer code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/zip/tarvfs.cpp

    r50146 r50201  
    851851static bool rtZipTarReaderIsAtEnd(PRTZIPTARREADER pThis)
    852852{
     853    /* Turns out our own tar writer code doesn't get this crap right.
     854       Kludge our way around it. */
    853855    if (!pThis->cZeroHdrs)
    854         return false;
     856        return pThis->enmPrevType == RTZIPTARTYPE_GNU ? true /* IPRT tar.cpp */ : false;
    855857
    856858    /* Here is a kludge to try deal with archivers not putting at least two
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette