Changeset 4372b49 in mainline for uspace/srv/fs/fat/fat_directory.h


Ignore:
Timestamp:
2011-06-21T12:02:24Z (14 years ago)
Author:
Oleg Romanenko <romanenko.oleg@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9553d7d
Parents:
563686b
Message:

Fixes for api and better unicode support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat_directory.h

    r563686b r4372b49  
    4848        bool last;
    4949        /* Long entry data */
    50         uint8_t lfn_utf16[FAT_LFN_MAX_COUNT * FAT_LFN_ENTRY_SIZE];
     50        uint16_t wname[FAT_LFN_MAX_COUNT * FAT_LFN_ENTRY_SIZE];
    5151        size_t lfn_offset;
    5252        size_t lfn_size;
Note: See TracChangeset for help on using the changeset viewer.