mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
LZ4 returns a signed int
This commit is contained in:
parent
a26953776e
commit
fa9aa214ea
@ -110,7 +110,7 @@ int main(int argc, char* argv[]) {
|
|||||||
size_t file_off = sizeof(NsoHeader);
|
size_t file_off = sizeof(NsoHeader);
|
||||||
|
|
||||||
uint8_t* comp_buf[3];
|
uint8_t* comp_buf[3];
|
||||||
size_t comp_sz[3];
|
int comp_sz[3];
|
||||||
|
|
||||||
for (i=0; i<3; i++, phdr++) {
|
for (i=0; i<3; i++, phdr++) {
|
||||||
nso_hdr.Segments[i].FileOff = file_off;
|
nso_hdr.Segments[i].FileOff = file_off;
|
||||||
|
Loading…
Reference in New Issue
Block a user