Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #12275 from JosJuice/directoryblob-comma
DiscIO: Remove unintentional use of comma operator
  • Loading branch information
JosJuice committed Nov 5, 2023
2 parents 9d08c8a + 9c53c11 commit 9a342af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/Core/DiscIO/DirectoryBlob.cpp
Expand Up @@ -437,8 +437,7 @@ DirectoryBlobReader::DirectoryBlobReader(
std::vector<u8> header_bin(WII_NONPARTITION_DISCHEADER_SIZE);
if (!m_wrapped_volume->Read(WII_NONPARTITION_DISCHEADER_ADDRESS,
WII_NONPARTITION_DISCHEADER_SIZE, header_bin.data(),
PARTITION_NONE),
m_wrapped_volume.get())
PARTITION_NONE))
{
header_bin.clear();
}
Expand Down

0 comments on commit 9a342af

Please sign in to comment.