This commit is contained in:
Dmitry Frolov 2018-08-29 07:06:19 +03:00
parent e516450fa8
commit 9210f167f7
5 changed files with 16 additions and 2 deletions

View 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"));