mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:15:59 +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
|
||||
|
@ -511,13 +511,13 @@ vfatDirFindFile (PDEVICE_EXTENSION pDeviceExt,
|
|||
{
|
||||
NTSTATUS status;
|
||||
PVOID Context = NULL;
|
||||
PVOID Page;
|
||||
PVOID Page = NULL;
|
||||
BOOLEAN First = TRUE;
|
||||
VFAT_DIRENTRY_CONTEXT DirContext;
|
||||
WCHAR LongNameBuffer[MAX_PATH];
|
||||
WCHAR ShortNameBuffer[13];
|
||||
BOOLEAN FoundLong;
|
||||
BOOLEAN FoundShort;
|
||||
BOOLEAN FoundLong = FALSE;
|
||||
BOOLEAN FoundShort = FALSE;
|
||||
|
||||
assert (pDeviceExt);
|
||||
assert (pDirectoryFCB);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue