mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-18 17:25:19 -04:00
Improve DVAR parser output to be consistent with other NVRAM parsers
This commit is contained in:
parent
a9e89129f8
commit
7073cad165
2 changed files with 32 additions and 4 deletions
|
@ -1223,7 +1223,7 @@ not_flm:
|
|||
entryOffset += entrySize;
|
||||
}
|
||||
|
||||
// Reparse all data variables to detect invalid ones and assign name and test to valid ones
|
||||
// Reparse all data variables to detect invalid ones and assign name and text to valid ones
|
||||
for (int i = 0; i < model->rowCount(headerIndex); i++) {
|
||||
UModelIndex current = headerIndex.model()->index(i, 0, headerIndex);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue