+ if (region_header->magic != VERSION_MAGIC) + return InvalidParameter;
We should probably accept 0xdbc01002 as well here.
On 09.06.2015 6:24, Vincent Povirk wrote:
- if (region_header->magic != VERSION_MAGIC)
return InvalidParameter;
We should probably accept 0xdbc01002 as well here.
Oh, right, will resend. Thank you.