mirror of
https://github.com/jakcron/nstool.git
synced 2024-12-22 02:35:28 +00:00
Misc typo
This commit is contained in:
parent
2d5f95fbcf
commit
948c0e965f
|
@ -65,7 +65,7 @@ void nstool::EsTikProcess::importTicket()
|
|||
throw tc::Exception(mModuleName, "File too large.");
|
||||
}
|
||||
|
||||
// read cnmt
|
||||
// read ticket
|
||||
tc::ByteData scratch = tc::ByteData(file_size);
|
||||
mFile->seek(0, tc::io::SeekOrigin::Begin);
|
||||
mFile->read(scratch.data(), scratch.size());
|
||||
|
|
Loading…
Reference in a new issue