mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[NTDLL]
* Properly fix a debug print specifier. Spotted by Aleksey Bragin. svn path=/trunk/; revision=61929
This commit is contained in:
@@ -1320,7 +1320,7 @@ SkipCheck:
|
||||
ImageBase = (ULONG_PTR)NtHeaders->OptionalHeader.ImageBase;
|
||||
ImageEnd = ImageBase + ViewSize;
|
||||
|
||||
DPRINT1("LDR: LdrpMapDll Relocating Image Name %ws (%lu -> %p)\n", DllName, ImageBase, ViewBase);
|
||||
DPRINT1("LDR: LdrpMapDll Relocating Image Name %ws (%p -> %p)\n", DllName, (PVOID)ImageBase, ViewBase);
|
||||
|
||||
/* Scan all the modules */
|
||||
ListHead = &Peb->Ldr->InLoadOrderModuleList;
|
||||
|
||||
Reference in New Issue
Block a user