Add 9 characters to switch to next dependency as it was increased in 4a67bc1230

This commit is contained in:
2024-01-28 15:22:26 +01:00
parent 3c0a43d55a
commit d6b207052b

View File

@@ -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)