From d6b207052baa043b7120af1315958a4056c58ef1 Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Sun, 28 Jan 2024 15:22:26 +0100 Subject: [PATCH] Add 9 characters to switch to next dependency as it was increased in 4a67bc123075934ca3708cad8218810e92fe05fb --- xtldr/protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtldr/protocol.c b/xtldr/protocol.c index 32bb6d3..02610fd 100644 --- a/xtldr/protocol.c +++ b/xtldr/protocol.c @@ -260,7 +260,7 @@ BlLoadModule(IN PWCHAR ModuleName) } /* Get next dependency module name */ - DepsData += 8; + DepsData += 9; } } else if(RtlCompareString((PCHAR)SectionHeader[SectionIndex].Name, ".modinfo", 8) == 0)