mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 23:00:49 +00:00
#1170 Extract from Memory in Command Line 2
This commit is contained in:
@@ -39,8 +39,8 @@ public class Win32Process implements Process {
|
||||
public DWORD th32ProcessID;
|
||||
|
||||
@Override
|
||||
public String getPid() {
|
||||
return Long.toString(th32ProcessID.longValue());
|
||||
public long getPid() {
|
||||
return th32ProcessID.longValue();
|
||||
}
|
||||
|
||||
public Win32Process(String filePath, String fileName, BufferedImage icon, DWORD th32ProcessID) {
|
||||
|
||||
Reference in New Issue
Block a user