From f6b38c9c22c040ea696b88c0ef8c9d65bd17f39a Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 5 Nov 2012 11:27:36 -0800 Subject: [PATCH] fat bits --- fat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fat.c b/fat.c index f6d732e..dba7dac 100644 --- a/fat.c +++ b/fat.c @@ -722,7 +722,7 @@ static int old_fat_read(Fs_t *This, union bootsector *boot, if(check_media_type(This,boot, tot_sectors)) return -1; - if(This->num_clus >= FAT12) { + if(This->num_clus >= FAT12 || config_fat_bits == 16) { set_fat16(This); /* third FAT byte must be 0xff */ if(!mtools_skip_check && readByte(This, 3) != 0xff) -- 2.7.4