mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-27 21:44:24 -04:00
fixes
This commit is contained in:
parent
e516450fa8
commit
9210f167f7
5 changed files with 16 additions and 2 deletions
|
@ -641,6 +641,7 @@ out:
|
|||
// Parse non-empty pad file
|
||||
if (model->rowCount(index.child(i, 0))) {
|
||||
//TODO: handle it
|
||||
msg("buildVolume: non-empty pad-file contents will be destroyed after volume modifications");
|
||||
continue;
|
||||
}
|
||||
// Skip empty pad-file
|
||||
|
|
|
@ -1727,6 +1727,7 @@ USTATUS FfsParser::parsePadFileBody(const UModelIndex & index)
|
|||
|
||||
// Show message
|
||||
msg(usprintf("%s: non-UEFI data found in pad-file", __FUNCTION__), dataIndex);
|
||||
msg(usprintf("%s: non-empty pad-file contents will be destroyed after volume modifications", __FUNCTION__), dataIndex);
|
||||
|
||||
// Rename the file
|
||||
model->setName(index, UString("Non-empty pad-file"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue