mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
changed the index to get better readable code
spotted by pablo at menichini dot com dot ar svn path=/trunk/; revision=31993
This commit is contained in:
@@ -327,9 +327,9 @@ FATAddEntry (PDEVICE_EXTENSION DeviceExt,
|
||||
if (aName[i] == '.')
|
||||
{
|
||||
i++;
|
||||
for (j = 8; j < 11 && aName[i]; j++, i++)
|
||||
for (j = 0; j < 3 && aName[i]; j++, i++)
|
||||
{
|
||||
DirContext.DirEntry.Fat.Ext[j - 8] = aName[i];
|
||||
DirContext.DirEntry.Fat.Ext[j] = aName[i];
|
||||
}
|
||||
}
|
||||
if (DirContext.DirEntry.Fat.Filename[0] == 0xe5)
|
||||
|
||||
Reference in New Issue
Block a user