diff options
author | Christophe Grenier <[email protected]> | 2016-12-11 16:14:41 +0100 |
---|---|---|
committer | Christophe Grenier <[email protected]> | 2016-12-11 16:14:41 +0100 |
commit | 55761170960b5f77bd213faef76e27e6c035d7d3 (patch) | |
tree | 850aa02ad11010f7f57585b1505c37d3915f2cca /src/godmode.c | |
parent | 96469ca6492f30f1000141e78383e008fb751216 (diff) |
Replace EXFAT by exFAT
Diffstat (limited to 'src/godmode.c')
-rw-r--r-- | src/godmode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/godmode.c b/src/godmode.c index 63771a73..34c0a095 100644 --- a/src/godmode.c +++ b/src/godmode.c @@ -724,7 +724,7 @@ static list_part_t *search_part(disk_t *disk_car, const list_part_t *list_part_o search_location%(2048*512)==(13-1)*disk_car->sector_size)) || (disk_car->arch==&arch_gpt&& (search_location%(2048*512)==(13-1)*512)) || (disk_car->arch!=&arch_i386 && (search_location%location_boundary==(13-1)*disk_car->sector_size))) - res=search_EXFAT_backup(buffer_disk, disk_car, partition); + res=search_exFAT_backup(buffer_disk, disk_car, partition); test_nbr++; } if(res<=0 && test_nbr==3) |