mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-24 03:09:36 +08:00
Corrected manual index bug in development mode.
This commit is contained in:
+1
-1
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user