mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[NTOSKRNL]
Fix an accidental change. Fixes boot. svn path=/trunk/; revision=53738
This commit is contained in:
parent
384a6e4299
commit
b1ea943eac
1 changed files with 1 additions and 1 deletions
|
@ -799,7 +799,7 @@ MiSnapThunk(IN PVOID DllBase,
|
|||
DllName.Buffer = (PCHAR)Address->u1.Function;
|
||||
DllName.Length = (USHORT)(strchr(DllName.Buffer, '.') -
|
||||
DllName.Buffer) +
|
||||
sizeof(WCHAR);
|
||||
sizeof(ANSI_NULL);
|
||||
DllName.MaximumLength = DllName.Length;
|
||||
|
||||
/* Convert it */
|
||||
|
|
Loading…
Reference in a new issue