mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-04-29 01:22:07 +08:00
Fix
This commit is contained in:
parent
d800615e0e
commit
8c5f87e9ef
@ -89,10 +89,10 @@ public:
|
|||||||
char buffer[size];
|
char buffer[size];
|
||||||
read(fd, buffer, size);
|
read(fd, buffer, size);
|
||||||
|
|
||||||
moduleDex.insert(moduleDex.end(), buffer, buffer + size);
|
|
||||||
|
|
||||||
close(fd);
|
close(fd);
|
||||||
|
|
||||||
|
moduleDex.insert(moduleDex.end(), buffer, buffer + size);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user