correct config-plist

Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
SergeySlice 2021-01-27 19:49:58 +03:00
parent b5e0562a3b
commit 5de09acb3f
2 changed files with 1170 additions and 1168 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2900,17 +2900,17 @@ GetEarlyUserSettings (
if (VBiosPatch->Find == NULL || FindSize == 0) {
Valid = FALSE;
DBG("PatchVBiosBytes[%lld]: missing Find data\n", i);
DBG("PatchVBiosBytes[%lld]: missing Find data\n", i);
}
if (VBiosPatch->Replace == NULL || ReplaceSize == 0) {
Valid = FALSE;
DBG("PatchVBiosBytes[%lld]: missing Replace data\n", i);
DBG("PatchVBiosBytes[%lld]: missing Replace data\n", i);
}
if (FindSize != ReplaceSize) {
Valid = FALSE;
DBG("PatchVBiosBytes[%lld]: Find and Replace data are not the same size\n", i);
DBG("PatchVBiosBytes[%lld]: Find and Replace data are not the same size\n", i);
}
if (Valid) {