mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-20 18:05:21 -04:00
v2.10 (build 973)
* Also fix an indentation warning from gcc 6.1
This commit is contained in:
parent
dcb0d561d5
commit
b32c7149eb
4 changed files with 13 additions and 12 deletions
|
@ -92,7 +92,7 @@ libfat_open(int (*readfunc) (intptr_t, void *, size_t, libfat_sector_t),
|
|||
} else
|
||||
goto barf; /* Impossibly many clusters */
|
||||
|
||||
minfatsize = (minfatsize + LIBFAT_SECTOR_SIZE - 1) >> LIBFAT_SECTOR_SHIFT;
|
||||
minfatsize = (minfatsize + LIBFAT_SECTOR_SIZE - 1) >> LIBFAT_SECTOR_SHIFT;
|
||||
|
||||
if (minfatsize > fatsize)
|
||||
goto barf; /* The FATs don't fit */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue