Do not store ErrOut variable
This commit is contained in:
@@ -69,6 +69,7 @@ BOOLEAN starts_with(CHAR16 *string, CHAR16 *prefix) {
|
|||||||
BOOLEAN store_variable(CHAR16 *VariableName) {
|
BOOLEAN store_variable(CHAR16 *VariableName) {
|
||||||
return (
|
return (
|
||||||
!starts_with(VariableName, L"Con") &&
|
!starts_with(VariableName, L"Con") &&
|
||||||
|
!starts_with(VariableName, L"ErrOut") &&
|
||||||
!starts_with(VariableName, L"SystemSleepCheckpoint")
|
!starts_with(VariableName, L"SystemSleepCheckpoint")
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user