mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-14 07:04:49 -04:00
NE alpha11
- added sanity checks during volume header parsing - corrected various small FIT issues - corrected bogus "unaligned volume" messages during capsule files parsing
This commit is contained in:
parent
f6c429f00c
commit
9eed1e3fd4
5 changed files with 62 additions and 23 deletions
|
@ -184,8 +184,8 @@ STATUS FitParser::findFitRecursive(const QModelIndex & index, QModelIndex & foun
|
|||
msg(tr("Real FIT table found at physical address %1h").hexarg(fitAddress), found);
|
||||
return ERR_SUCCESS;
|
||||
}
|
||||
else
|
||||
msg(tr("FIT table candidate found, but not referenced from LastVtf"), found);
|
||||
else if (model->rowCount(index) == 0) // Show messages only to leaf items
|
||||
msg(tr("FIT table candidate found, but not referenced from the last VTF"), index);
|
||||
}
|
||||
|
||||
return ERR_SUCCESS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue