[*] Regression of empty SysPushErrors (fmt now freaks out at this. we can use this over a nullptr. SSO, string pooling, etc, it'll be fine.)

This commit is contained in:
Reece Wilson 2022-04-03 00:29:20 +01:00
parent 371d01ce71
commit d37eaf6f30

View File

@ -107,7 +107,7 @@ namespace Aurora::Debug
static auline void SysPushError(EFailureCategory category)
{
_PushError(_DBG_RET_ADDR, category, nullptr);
_PushError(_DBG_RET_ADDR, category, "");
}
}