diff options
author | Rayyan Ansari <rayyan@ansari.sh> | 2023-11-06 21:27:09 +0000 |
---|---|---|
committer | Rayyan Ansari <rayyan@ansari.sh> | 2023-11-06 21:27:09 +0000 |
commit | 8fa9705079d330dbbfec5d9a877b5ff9cd790f3e (patch) | |
tree | c9a6d2e464141b9bcb5685cc295eab787a7245d9 /res/melon.qrc | |
parent | 2b3bba512eed4df6a477b7abdf548e13e4fe0078 (diff) |
ArchiveUtil: use signed return type instead of unsigned
The ExtractFileFromArchive function can sometimes return -1 on error,
however the function's return type was specified as u32, which would
mean that it would instead be represented as the maximum value.
Change the function's return type to the signed s32 instead, and
correct uses.
Diffstat (limited to 'res/melon.qrc')
0 files changed, 0 insertions, 0 deletions