UEFITool 0.18.2.1

- corrected a typo spotted by Coverity Scan
This commit is contained in:
Nikolaj Schlej 2014-07-12 12:44:26 +02:00
parent 29bce03a3f
commit fd578a8c70

View File

@ -827,7 +827,7 @@ UINT8 FfsEngine::parseVolume(const QByteArray & volume, QModelIndex & index, co
}
// Other GUID
else {
msgUnknownFS = false;
msgUnknownFS = true;
subtype = Subtypes::UnknownVolume;
}