file_system/fat: Fix minor typo in last commit. Unintentional uchar to char
Change-Id: I51aab4690c6964c1daf1a2c8882756c393e354dd
This commit is contained in:
parent
9f3ba01bd3
commit
013554844f
@ -909,7 +909,7 @@ update_fsinfo(nspace *vol)
|
|||||||
static status_t
|
static status_t
|
||||||
get_fsinfo(nspace *vol, uint32 *free_count, uint32 *last_allocated)
|
get_fsinfo(nspace *vol, uint32 *free_count, uint32 *last_allocated)
|
||||||
{
|
{
|
||||||
char *buffer;
|
uchar *buffer;
|
||||||
status_t result;
|
status_t result;
|
||||||
|
|
||||||
if ((vol->fat_bits != 32) || (vol->fsinfo_sector == 0xffff))
|
if ((vol->fat_bits != 32) || (vol->fsinfo_sector == 0xffff))
|
||||||
|
Loading…
Reference in New Issue
Block a user