mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-27 23:17:03 +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(
|
currentManual = Application.findDataFileInAnyModule(
|
||||||
"manuals/" + matcher.group(1).trim());
|
"manuals/" + matcher.group(1).trim());
|
||||||
}
|
}
|
||||||
else {
|
if (currentManual == null) {
|
||||||
currentManual =
|
currentManual =
|
||||||
new ResourceFile(manualDirectory, matcher.group(1).trim());
|
new ResourceFile(manualDirectory, matcher.group(1).trim());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user