mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
[MIRROR] Fixes failure state indication message [MDB IGNORE] (#25325)
* Fixes failure state indication message (#79988) This is actually determining if the item was deleted before it had a chance to Initialize. * Fixes failure state indication message --------- Co-authored-by: oranges <email@oranges.net.nz>
This commit is contained in:
@@ -111,7 +111,7 @@ GLOBAL_VAR_INIT(running_create_and_destroy, FALSE)
|
||||
if(fails & BAD_INIT_NO_HINT)
|
||||
TEST_FAIL("[path] didn't return an Initialize hint")
|
||||
if(fails & BAD_INIT_QDEL_BEFORE)
|
||||
TEST_FAIL("[path] qdel'd in New()")
|
||||
TEST_FAIL("[path] qdel'd before we could call Initialize()")
|
||||
if(fails & BAD_INIT_SLEPT)
|
||||
TEST_FAIL("[path] slept during Initialize()")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user