mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Fixes issue 5330.
This commit is contained in:
committed by
Shawn Hoffman
parent
995a84e06a
commit
404a6b9ba8
@@ -462,7 +462,7 @@ void cUIDsys::AddTitle(u64 _TitleID)
|
||||
File::CreateFullPath(uidSys);
|
||||
File::IOFile pFile(uidSys, "ab");
|
||||
|
||||
if (pFile.WriteArray(&Element, 1))
|
||||
if (!pFile.WriteArray(&Element, 1))
|
||||
ERROR_LOG(DISCIO, "fwrite failed");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user