Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChendoChap committed Aug 27, 2018
1 parent 00d5119 commit 8e49e33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions librpc/PS4RPC.cs
Expand Up @@ -447,6 +447,7 @@ public ProcessList GetProcessList()
// parse data
string[] procnames = new string[number];
int[] pids = new int[number];
string[] titleIds = new string[number];
for (int i = 0; i < number; i++)
{
int offset = i * RPC_PROC_LIST_SIZE;
Expand Down

0 comments on commit 8e49e33

Please sign in to comment.