mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[FASTFAT]
Remove useless assignement svn path=/trunk/; revision=73780
This commit is contained in:
@@ -1428,7 +1428,7 @@ VfatQueryInformation(
|
||||
PVFAT_IRP_CONTEXT IrpContext)
|
||||
{
|
||||
FILE_INFORMATION_CLASS FileInformationClass;
|
||||
PVFATFCB FCB = NULL;
|
||||
PVFATFCB FCB;
|
||||
|
||||
NTSTATUS Status = STATUS_SUCCESS;
|
||||
PVOID SystemBuffer;
|
||||
@@ -1554,7 +1554,7 @@ VfatSetInformation(
|
||||
PVFAT_IRP_CONTEXT IrpContext)
|
||||
{
|
||||
FILE_INFORMATION_CLASS FileInformationClass;
|
||||
PVFATFCB FCB = NULL;
|
||||
PVFATFCB FCB;
|
||||
NTSTATUS Status = STATUS_SUCCESS;
|
||||
PVOID SystemBuffer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user