misc: Make PID unsigned long instead of long (#3043)
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
{
|
||||
// FIXME: This is wrong but needed to make hb loader works
|
||||
// TODO: Change this when we will have a way to process via a PM like interface.
|
||||
long pid = context.Process.Pid;
|
||||
ulong pid = context.Process.Pid;
|
||||
|
||||
context.ResponseData.Write(pid);
|
||||
|
||||
|
Reference in New Issue
Block a user