Changeset 50180 in vbox
- Timestamp:
- Jan 23, 2014 1:31:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/zip/tar.cpp
r50154 r50180 456 456 } 457 457 458 /* Only used for write handles when RT_USE_TAR_VFS_FOR_ALL_READS is defined. */ 458 459 DECLINLINE(PRTTARFILEINTERNAL) rtCreateTarFileInternal(PRTTARINTERNAL pInt, const char *pszFilename, uint32_t fOpen) 459 460 { … … 463 464 464 465 pFileInt->u32Magic = RTTARFILE_MAGIC; 465 #ifndef RT_USE_TAR_VFS_FOR_ALL_READS466 466 pFileInt->pTar = pInt; 467 #endif468 467 pFileInt->fOpenMode = fOpen; 469 468 pFileInt->pszFilename = RTStrDup(pszFilename);
Note:
See TracChangeset
for help on using the changeset viewer.