mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-04 05:03:10 +02:00
Fix a small bug in the previous commit
This commit is contained in:
parent
ee31cccb81
commit
e6404179ea
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ bool wasi_t::sandbox_deserialize(const void *&data, mkxp_sandbox::wasm_size_t &m
|
|||
{
|
||||
uint8_t size;
|
||||
if (!::sandbox_deserialize(size, data, max_size)) return false;
|
||||
prng_buffer_size = size % 4;
|
||||
prng_buffer_size = size % 5;
|
||||
}
|
||||
|
||||
uint32_t size;
|
||||
|
|
Loading…
Add table
Reference in a new issue