Fix reading wii revisions.

This commit is contained in:
Rachel Bryk 2014-11-15 00:39:54 -05:00
parent 4497233663
commit fa18518cef

View File

@ -160,7 +160,7 @@ int CVolumeWiiCrypted::GetRevision() const
return 0;
u8 revision;
if (!Read(7, 1, &revision))
if (!m_pReader->Read(7, 1, &revision))
return 0;
return revision;