mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-22 07:58:22 +08:00
UEFITool 0.18.2.1
- corrected a typo spotted by Coverity Scan
This commit is contained in:
parent
29bce03a3f
commit
fd578a8c70
@ -827,7 +827,7 @@ UINT8 FfsEngine::parseVolume(const QByteArray & volume, QModelIndex & index, co
|
|||||||
}
|
}
|
||||||
// Other GUID
|
// Other GUID
|
||||||
else {
|
else {
|
||||||
msgUnknownFS = false;
|
msgUnknownFS = true;
|
||||||
subtype = Subtypes::UnknownVolume;
|
subtype = Subtypes::UnknownVolume;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user