VirtualBox

Ignore:
Timestamp:
Jun 9, 2017 7:37:52 PM (8 years ago)
Author:
vboxsync
Message:

iso9660.h,iso9660vfs.cpp: Corrected the extended attribute length member of the directory records.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/formats/iso9660.h

    r67278 r67326  
    155155    /** 0x00: Length of this record in bytes. */
    156156    uint8_t             cbDirRec;
    157     /** 0x01: Extended attribute record length in bytes? */
    158     uint8_t             cbExtAttr;
     157    /** 0x01: Extended attribute record length in logical blocks. */
     158    uint8_t             cExtAttrBlocks;
    159159    /** 0x02: Location of extent (logical block number).
    160160     * @note Misaligned. */
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