[NTOSKRNL]

Fix an accidental change. Fixes boot.

svn path=/trunk/; revision=53738
This commit is contained in:
Timo Kreuzer 2011-09-18 20:56:44 +00:00
parent 384a6e4299
commit b1ea943eac

View file

@ -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 */