mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Corrected manual index bug in development mode.
This commit is contained in:
parent
92b671bb2c
commit
ba37c1bae4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue