VirtualBox

Changeset 50180 in vbox


Ignore:
Timestamp:
Jan 23, 2014 1:31:19 PM (11 years ago)
Author:
vboxsync
Message:

fix

File:
1 edited

Legend:

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

    r50154 r50180  
    456456}
    457457
     458/* Only used for write handles when RT_USE_TAR_VFS_FOR_ALL_READS is defined. */
    458459DECLINLINE(PRTTARFILEINTERNAL) rtCreateTarFileInternal(PRTTARINTERNAL pInt, const char *pszFilename, uint32_t fOpen)
    459460{
     
    463464
    464465    pFileInt->u32Magic = RTTARFILE_MAGIC;
    465 #ifndef RT_USE_TAR_VFS_FOR_ALL_READS
    466466    pFileInt->pTar = pInt;
    467 #endif
    468467    pFileInt->fOpenMode = fOpen;
    469468    pFileInt->pszFilename = RTStrDup(pszFilename);
Note: See TracChangeset for help on using the changeset viewer.

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