You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
Fix
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user