Commit 133ed6ba authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

winedump: Pass the correct size to the helper (Coccinelle).

parent d3868281
......@@ -1095,7 +1095,7 @@ void dbg_dump(void)
unsigned i;
const IMAGE_DEBUG_DIRECTORY* debugDir;
separateDebugHead = PRD(0, sizeof(separateDebugHead));
separateDebugHead = PRD(0, sizeof(*separateDebugHead));
if (!separateDebugHead) {printf("Can't grab the separate header, aborting\n"); return;}
printf ("Signature: %.2s (0x%4X)\n",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment