mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 04:23:32 +00:00
fix formatting
svn path=/trunk/; revision=39327
This commit is contained in:
parent
a9d8af1af6
commit
8517038812
12 changed files with 2637 additions and 2632 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue