mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 04:43:21 +00:00
*** empty log message ***
svn path=/trunk/; revision=10202
This commit is contained in:
parent
5586cebc70
commit
288862f4dc
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: fcb.c,v 1.38 2004/07/03 17:31:30 hbirr Exp $
|
/* $Id: fcb.c,v 1.39 2004/07/18 17:38:17 greatlrd Exp $
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* FILE: drivers/fs/vfat/fcb.c
|
* FILE: drivers/fs/vfat/fcb.c
|
||||||
|
@ -511,13 +511,13 @@ vfatDirFindFile (PDEVICE_EXTENSION pDeviceExt,
|
||||||
{
|
{
|
||||||
NTSTATUS status;
|
NTSTATUS status;
|
||||||
PVOID Context = NULL;
|
PVOID Context = NULL;
|
||||||
PVOID Page;
|
PVOID Page = NULL;
|
||||||
BOOLEAN First = TRUE;
|
BOOLEAN First = TRUE;
|
||||||
VFAT_DIRENTRY_CONTEXT DirContext;
|
VFAT_DIRENTRY_CONTEXT DirContext;
|
||||||
WCHAR LongNameBuffer[MAX_PATH];
|
WCHAR LongNameBuffer[MAX_PATH];
|
||||||
WCHAR ShortNameBuffer[13];
|
WCHAR ShortNameBuffer[13];
|
||||||
BOOLEAN FoundLong;
|
BOOLEAN FoundLong = FALSE;
|
||||||
BOOLEAN FoundShort;
|
BOOLEAN FoundShort = FALSE;
|
||||||
|
|
||||||
assert (pDeviceExt);
|
assert (pDeviceExt);
|
||||||
assert (pDirectoryFCB);
|
assert (pDirectoryFCB);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue