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