VirtualBox

Ignore:
Timestamp:
Oct 27, 2017 1:27:03 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118763
Message:

efi: scm updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_hfs.c

    r62500 r69429  
    655655    rec_type =  be16_to_cpu(*(fsw_u16*)base);
    656656
    657     /** @todo: read additional info */
     657    /** @todo read additional info */
    658658    switch (rec_type)
    659659    {
     
    664664            file_info->id = be32_to_cpu(info->folderID);
    665665            file_info->type = FSW_DNODE_TYPE_DIR;
    666             /* @todo: return number of elements, maybe use smth else */
     666            /** @todo return number of elements, maybe use smth else */
    667667            file_info->size = be32_to_cpu(info->valence);
    668668            file_info->used = be32_to_cpu(info->valence);
Note: See TracChangeset for help on using the changeset viewer.

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