Engine 0.20.4

- solved a crash during handling of a malformed DEPEX section
This commit is contained in:
Nikolaj Schlej 2015-02-17 23:46:15 +01:00
parent 0fb1a57a97
commit 4c290c5204
5 changed files with 8 additions and 4 deletions

View file

@ -31,7 +31,7 @@ int main(int argc, char *argv[])
result = w.patchFromFile(a.arguments().at(1));
}
else {
std::cout << "UEFIPatch 0.3.2 - UEFI image file patching utility" << std::endl << std::endl <<
std::cout << "UEFIPatch 0.3.4 - UEFI image file patching utility" << std::endl << std::endl <<
"Usage: UEFIPatch image_file" << std::endl << std::endl <<
"Patches will be read from patches.txt file\n";
return ERR_SUCCESS;