mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-23 13:16:48 +08:00
Merge branch 'GP-0_ryanmkurtz_PR-3777_GameCubeGBA_progress'
This commit is contained in:
+2
-2
@@ -134,7 +134,7 @@ public class VersionControlCheckOutAction extends VersionControlAction {
|
||||
if (n == 0) {
|
||||
Msg.showError(this, tool.getToolFrame(), "Checkout Failed",
|
||||
"The specified files do not contain any versioned files available for " +
|
||||
"checkeout");
|
||||
"checkout");
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -193,7 +193,7 @@ public class VersionControlCheckOutAction extends VersionControlAction {
|
||||
};
|
||||
|
||||
List<DomainFile> failedCheckouts = new ArrayList<>();
|
||||
int progress = 0;
|
||||
int progress = 1;
|
||||
for (DomainFile df : versionedFiles) {
|
||||
|
||||
monitor.checkCancelled();
|
||||
|
||||
Reference in New Issue
Block a user