Skip to content

Commit 0f7b684

Browse files
committed
fix: run UPX failed causing by 7c7c539
1 parent 09d58f0 commit 0f7b684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/2015Remote/2015RemoteDlg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2638,7 +2638,7 @@ bool UPXUncompressFile(const std::string& upx, std::string &file) {
26382638
Mprintf("Failed to copy file. Error: %d\n", GetLastError());
26392639
return false;
26402640
}
2641-
int result = run_upx(path, file, false);
2641+
int result = run_upx(upx, file, false);
26422642
Mprintf("UPX decompression %s!\n", result ? "failed" : "successful");
26432643
return 0 == result;
26442644
}

0 commit comments

Comments
 (0)