VirtualBox

儲存庫 vbox 的更動 50180


忽略:
時間撮記:
2014-1-23 下午01:31:19 (11 年 以前)
作者:
vboxsync
訊息:

fix

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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);
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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