mirror of
https://github.com/AxioDL/nod.git
synced 2025-12-08 21:17:51 +00:00
removed redundant get() calls
This commit is contained in:
@@ -22,11 +22,11 @@ public:
|
||||
m_apploaderSz = 32 + SBig(vals[0]) + SBig(vals[1]);
|
||||
|
||||
/* Yay files!! */
|
||||
parseFST(*s.get());
|
||||
parseFST(*s);
|
||||
|
||||
/* Also make DOL header and size handy */
|
||||
s->seek(m_dolOff);
|
||||
parseDOL(*s.get());
|
||||
parseDOL(*s);
|
||||
}
|
||||
|
||||
class PartReadStream : public IPartReadStream
|
||||
|
||||
Reference in New Issue
Block a user