mirror of
https://github.com/jakcron/nstool
synced 2024-11-22 21:49:30 +00:00
Merge pull request #24 from jakcron/cnmt-development
[nstool] Fixed duplicated output in CnmtProcess
This commit is contained in:
commit
7627c1a49b
1 changed files with 0 additions and 1 deletions
|
@ -113,7 +113,6 @@ void CnmtProcess::displayCmnt()
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf(" Size: 0x%" PRIx64 "\n", (uint64_t)info.size);
|
printf(" Size: 0x%" PRIx64 "\n", (uint64_t)info.size);
|
||||||
printf(" Hash: ");
|
printf(" Hash: ");
|
||||||
fnd::SimpleTextOutput::hexDump(info.hash.bytes, sizeof(info.hash));
|
|
||||||
_HEXDUMP_L(info.hash.bytes, sizeof(info.hash));
|
_HEXDUMP_L(info.hash.bytes, sizeof(info.hash));
|
||||||
printf("\n");
|
printf("\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue