mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-13 06:34:42 -04:00
UEFITool 0.18.2.1
- corrected a typo spotted by Coverity Scan
This commit is contained in:
parent
29bce03a3f
commit
fd578a8c70
1 changed files with 1 additions and 1 deletions
|
@ -827,7 +827,7 @@ UINT8 FfsEngine::parseVolume(const QByteArray & volume, QModelIndex & index, co
|
|||
}
|
||||
// Other GUID
|
||||
else {
|
||||
msgUnknownFS = false;
|
||||
msgUnknownFS = true;
|
||||
subtype = Subtypes::UnknownVolume;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue