mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
First part of fixing sign-compare warning (inside be_t).
This commit is contained in:
parent
0cf35e3b22
commit
771eff273b
31 changed files with 129 additions and 128 deletions
|
|
@ -117,7 +117,7 @@ namespace psf
|
|||
// Check magic and version
|
||||
verify(HERE),
|
||||
header.magic == "\0PSF"_u32,
|
||||
header.version == 0x101,
|
||||
header.version == 0x101u,
|
||||
sizeof(header_t) + header.entries_num * sizeof(def_table_t) <= header.off_key_table,
|
||||
header.off_key_table <= header.off_data_table,
|
||||
header.off_data_table <= stream.size();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue