mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 17:58:37 +12:00
Fix some includes and warnings
This commit is contained in:
parent
cf1e68fb0e
commit
6bcb5ae66b
6 changed files with 11 additions and 7 deletions
|
@ -606,7 +606,7 @@ bool update_manager::handle_rpcs3(const QByteArray& data, bool auto_accept)
|
|||
update_log.error("Failed to create new AppImage file: %s (%s)", replace_path, fs::g_tls_error);
|
||||
return false;
|
||||
}
|
||||
if (new_appimage.write(data.data(), data.size()) != data.size() + 0u)
|
||||
if (new_appimage.write(data.data(), data.size()) != data.size() + 0ull)
|
||||
{
|
||||
update_log.error("Failed to write new AppImage file: %s", replace_path);
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue