UEFIPatch 0.2.2

-corrected typo in program name
-compiled with new ffsEngine
-hex values are printed uppercase
This commit is contained in:
Nikolaj Schlej 2014-11-08 23:30:32 +01:00
parent a400c2ef8f
commit 1513dfcf4e
3 changed files with 6 additions and 5 deletions

View file

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