mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42:14 +00:00
Fix for help building on Windows
This commit is contained in:
parent
9108198ba7
commit
29fe2d8b17
@ -178,6 +178,11 @@ public class LinkDatabase {
|
||||
}
|
||||
|
||||
public String getIDForLink(String target) {
|
||||
|
||||
if (target.startsWith(JavaHelpValidator.EXTERNAL_PREFIX)) {
|
||||
return null; // the validator handles this later
|
||||
}
|
||||
|
||||
Path path = Paths.get(target);
|
||||
Path file = Paths.get(target.split("#")[0]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user