提交 f9fcb1da 编写于 作者: M Marvin Häuser

ocvalidate: Fix inverted check for AudioDxe

上级 955d9f90
......@@ -241,7 +241,7 @@ CheckUEFI (
if (OcAsciiStriStr (Driver, "hfs") != NULL) {
HasHfsEfiDriver = TRUE;
}
if (AsciiStrCmp (Driver, "AudioDxe.efi")) {
if (AsciiStrCmp (Driver, "AudioDxe.efi") == 0) {
HasAudioDxeEfiDriver = TRUE;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册