Improve DVAR parser output to be consistent with other NVRAM parsers

This commit is contained in:
Nikolaj Schlej 2025-05-05 11:34:35 +07:00
parent a9e89129f8
commit 7073cad165
2 changed files with 32 additions and 4 deletions

View file

@ -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);