Changeset 69155 in vbox for trunk/src/VBox/Runtime/common/fs
- Timestamp:
- Oct 23, 2017 8:56:31 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/isomaker.cpp
r69046 r69155 5823 5823 pPX->gid.be = RT_H2BE_U32((uint32_t)pName->gid); 5824 5824 pPX->gid.le = RT_H2LE_U32((uint32_t)pName->gid); 5825 pPX->INode.be = RT_H2BE_U32((uint32_t)pName->pObj->idxObj );5826 pPX->INode.le = RT_H2LE_U32((uint32_t)pName->pObj->idxObj );5825 pPX->INode.be = RT_H2BE_U32((uint32_t)pName->pObj->idxObj + 1); /* Don't use zero - isoinfo doesn't like it. */ 5826 pPX->INode.le = RT_H2LE_U32((uint32_t)pName->pObj->idxObj + 1); 5827 5827 pbSys += sizeof(*pPX); 5828 5828 cbSys -= sizeof(*pPX);
Note:
See TracChangeset
for help on using the changeset viewer.