mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-18 00:20:10 +00:00
Corrected manual index bug in development mode.
This commit is contained in:
parent
92b671bb2c
commit
ba37c1bae4
@ -1214,7 +1214,7 @@ public class SleighLanguage implements Language {
|
||||
currentManual = Application.findDataFileInAnyModule(
|
||||
"manuals/" + matcher.group(1).trim());
|
||||
}
|
||||
else {
|
||||
if (currentManual == null) {
|
||||
currentManual =
|
||||
new ResourceFile(manualDirectory, matcher.group(1).trim());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user