mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[FASTFAT] Properly return failure in vfatFindDirSpace()
CID 1441394
This commit is contained in:
@@ -280,7 +280,7 @@ vfatFindDirSpace(
|
||||
Status = vfatFCBInitializeCacheFromVolume(DeviceExt, pDirFcb);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
return Status;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
count = pDirFcb->RFCB.FileSize.u.LowPart / SizeDirEntry;
|
||||
|
||||
Reference in New Issue
Block a user