Blankspace. No actual code change.
MFC after: 2 weeks
This commit is contained in:
parent
4766eba1df
commit
1e3ffe6590
@ -49,7 +49,7 @@ readboot(int dosfs, struct bootblock *boot)
|
||||
u_char backup[DOSBOOTBLOCKSIZE];
|
||||
int ret = FSOK;
|
||||
int i;
|
||||
|
||||
|
||||
if ((size_t)read(dosfs, block, sizeof block) != sizeof block) {
|
||||
perr("could not read boot block");
|
||||
return FSFATAL;
|
||||
@ -219,7 +219,7 @@ readboot(int dosfs, struct bootblock *boot)
|
||||
boot->NumClusters = (boot->NumSectors - boot->ClusterOffset) /
|
||||
boot->bpbSecPerClust;
|
||||
|
||||
if (boot->flags&FAT32)
|
||||
if (boot->flags & FAT32)
|
||||
boot->ClustMask = CLUST32_MASK;
|
||||
else if (boot->NumClusters < (CLUST_RSRVD&CLUST12_MASK))
|
||||
boot->ClustMask = CLUST12_MASK;
|
||||
|
Loading…
x
Reference in New Issue
Block a user