[*] 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:
parent
371d01ce71
commit
d37eaf6f30
@ -107,7 +107,7 @@ namespace Aurora::Debug
|
||||
|
||||
static auline void SysPushError(EFailureCategory category)
|
||||
{
|
||||
_PushError(_DBG_RET_ADDR, category, nullptr);
|
||||
_PushError(_DBG_RET_ADDR, category, "");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user