mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-14 23:24:49 -04:00
UEFIPatch 0.2.2
-corrected typo in program name -compiled with new ffsEngine -hex values are printed uppercase
This commit is contained in:
parent
a400c2ef8f
commit
1513dfcf4e
3 changed files with 6 additions and 5 deletions
|
@ -62,7 +62,7 @@ UINT8 UEFIPatch::patchFromFile(QString path)
|
|||
// Use sharp sign as commentary
|
||||
if (line.count() == 0 || line[0] == '#')
|
||||
continue;
|
||||
|
||||
|
||||
QList<QByteArray> list = line.split(' ');
|
||||
if (list.count() < 3)
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue