fix formatting

svn path=/trunk/; revision=39327
This commit is contained in:
Christoph von Wittich 2009-02-03 14:50:50 +00:00
parent a9d8af1af6
commit 8517038812
12 changed files with 2637 additions and 2632 deletions

View file

@ -299,6 +299,11 @@ CdfsFindFile(PDEVICE_EXTENSION DeviceExt,
if ((RtlIsNameLegalDOS8Dot3(&LongName, NULL, &HasSpaces) == FALSE) ||
(HasSpaces == TRUE))
{
RtlZeroMemory(&NameContext, sizeof(GENERATE_NAME_CONTEXT));
/* FIXME: check if the generated filename already exists
* and generate a new one if this is the case */
/* Build short name */
RtlGenerate8dot3Name(&LongName,
FALSE,