mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-16 16:14:47 -04:00
FIT checksum bugfix
- and small refactorings
This commit is contained in:
parent
f90427229d
commit
03567dbe66
3 changed files with 13 additions and 14 deletions
|
@ -64,7 +64,7 @@ int main(int argc, char *argv[])
|
|||
std::vector<std::vector<QString> > fitTable = ffsParser.getFitTable();
|
||||
if (fitTable.size()) {
|
||||
std::cout << "-------------------------------------------------------------------" << std::endl;
|
||||
std::cout << " Address | Size | Ver | CS | Type " << std::endl;
|
||||
std::cout << " Address | Size | Ver | CS | Type " << std::endl;
|
||||
std::cout << "-------------------------------------------------------------------" << std::endl;
|
||||
for (size_t i = 0; i < fitTable.size(); i++) {
|
||||
std::cout << fitTable[i][0].toLatin1().constData() << " | "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue