mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-03-04 10:53:38 +08:00
use 256 buffer
This commit is contained in:
parent
25ed3f00f4
commit
51f6832b3c
@ -458,7 +458,7 @@ static std::vector<uint8_t> readFile(const char *path) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static bool checkOtaZip() {
|
static bool checkOtaZip() {
|
||||||
std::array<char, 128> buffer{};
|
std::array<char, 256> buffer{};
|
||||||
std::string result;
|
std::string result;
|
||||||
bool found = false;
|
bool found = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user