Changeset 665f03a in rtems for cpukit/libfs/src/dosfs/msdos_initsupp.c
- Timestamp:
- Jul 12, 2016, 10:43:06 AM (5 years ago)
- Branches:
- 5, master
- Children:
- 612297e8
- Parents:
- 814bd6e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libfs/src/dosfs/msdos_initsupp.c
r814bd6e3 r665f03a 98 98 /* again: unfortunately "fat-file" is just almost fat file :( */ 99 99 fat_fd->fat_file_type = FAT_DIRECTORY; 100 fat_fd->size_limit = MSDOS_MAX_DIR_LENG HT;100 fat_fd->size_limit = MSDOS_MAX_DIR_LENGTH; 101 101 fat_fd->cln = fs_info->fat.vol.rdir_cl; 102 102
Note: See TracChangeset
for help on using the changeset viewer.