Merge pull request #24 from jakcron/cnmt-development

[nstool] Fixed duplicated output in CnmtProcess
This commit is contained in:
Jack 2018-06-18 23:32:00 +08:00 committed by GitHub
commit 7627c1a49b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,6 @@ void CnmtProcess::displayCmnt()
printf("\n");
printf(" Size: 0x%" PRIx64 "\n", (uint64_t)info.size);
printf(" Hash: ");
fnd::SimpleTextOutput::hexDump(info.hash.bytes, sizeof(info.hash));
_HEXDUMP_L(info.hash.bytes, sizeof(info.hash));
printf("\n");
}