VirtualBox

Changeset 69913 in vbox for trunk/src/VBox/Runtime/common/fs


Ignore:
Timestamp:
Dec 3, 2017 7:09:15 PM (7 years ago)
Author:
vboxsync
Message:

IPRT/ntfsvfs.cpp: More on the subject of directories (indexes). [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/fs/ntfsvfs.cpp

    r69911 r69913  
    17281728    if (pRootAttr->cbResident < sizeof(NTFSATINDEXROOT))
    17291729        return RTERRINFO_LOG_REL_SET_F(pErrInfo, VERR_VFS_BOGUS_FORMAT, "%s: INDEX_ROOT is too small: %#x, min %#x ",
    1730                                        pRootAttr->cbResident, sizeof(pRootAttr->cbResident));
     1730                                       pszWhat, pRootAttr->cbResident, sizeof(pRootAttr->cbResident));
    17311731
    17321732    PCNTFSATINDEXROOT pIdxRoot = (PCNTFSATINDEXROOT)NTFSATTRIBHDR_GET_RES_VALUE_PTR(pRootAttr->pAttrHdr);
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