Skip to content

Commit

Permalink
Merge pull request #17 from TheSeeker/patch-2
Browse files Browse the repository at this point in the history
Fix API call to allow compiling
  • Loading branch information
Thynix authored May 25, 2021
2 parents 1b3cc6b + a2564b5 commit ebf004e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/plugins/KeyUtils/KeyExplorerUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public void onSuccess(StreamGenerator streamGenerator,
}

output = finalResult.getOutputStream();
worker = new ClientGetWorkerThread(dataInput, output, null, null, null, false, ctx.charset, ctx.prefetchHook, ctx.tagReplacer, null);
worker = new ClientGetWorkerThread(dataInput, output, null, null, null, null, false, ctx.charset, ctx.prefetchHook, ctx.tagReplacer, null);
worker.start();
try {
streamGenerator.writeTo(dataOutput, context);
Expand Down

0 comments on commit ebf004e

Please sign in to comment.