Add 9 characters to switch to next dependency as it was increased in 4a67bc1230
This commit is contained in:
parent
3c0a43d55a
commit
d6b207052b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user