mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-25 14:54:28 +02:00
initdisk.c: format specifier fixes 2
This commit is contained in:
parent
4ffc5c10a5
commit
093dea9a7b
@ -494,7 +494,7 @@ VOID CalculateFATData(ddt * pddt, ULONG NumSectors, UBYTE FileSystem)
|
|||||||
if (maxclust > maxcl)
|
if (maxclust > maxcl)
|
||||||
maxclust = maxcl;
|
maxclust = maxcl;
|
||||||
DebugPrintf(("FAT: #clu=%lu, fatlen=%lu, maxclu=%lu, limit=%lu\n",
|
DebugPrintf(("FAT: #clu=%lu, fatlen=%lu, maxclu=%lu, limit=%lu\n",
|
||||||
(ULONG)clust, fatlength, maxclust, (ULONG)maxcl));
|
clust, (ULONG)fatlength, maxclust, (ULONG)maxcl));
|
||||||
if (clust > maxclust - 2)
|
if (clust > maxclust - 2)
|
||||||
{
|
{
|
||||||
clust = 0;
|
clust = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user