Skip to content

Commit

Permalink
$progress is a long
Browse files Browse the repository at this point in the history
  • Loading branch information
sarog committed Aug 4, 2023
1 parent 95a1ae1 commit 4e3d4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DhrakeInit.java
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ private void overrideStrCatN(String name, DataType LPTSTR) {

private boolean importSymbolsFromIDC() {
File idc;
int progress = 0;
long progress = 0;
int linecount = 0;

monitor.setMessage("Loading symbols from IDC");
Expand Down

0 comments on commit 4e3d4f5

Please sign in to comment.