mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-1149: Upping GhidraDev to 2.1.4
This commit is contained in:
parent
cc75f89272
commit
46592bfe81
4 changed files with 6 additions and 4 deletions
|
@ -388,7 +388,7 @@ public class GhidraProjectUtils {
|
|||
// If the project is linked to an old Ghidra, keep the list of source folders that are
|
||||
// linked to the Ghidra installation (after updating their paths to point to the new
|
||||
// Ghidra installation).
|
||||
IFolder entryFolder;
|
||||
IFolder entryFolder = null;
|
||||
if (entry.getEntryKind() == IClasspathEntry.CPE_SOURCE) {
|
||||
entryFolder = ResourcesPlugin.getWorkspace().getRoot().getFolder(entry.getPath());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue