Physics I guess
This commit is contained in:
@@ -71,7 +71,7 @@ errorret_t errorChainImpl(
|
||||
) {
|
||||
if (retval.code == ERROR_OK) return retval;
|
||||
|
||||
assertNotNull(retval.state, "Error state cannot be NULL");
|
||||
assertNotNull(retval.state, "Error state NULL (Likely missing errorOk)");
|
||||
assertNotNull(retval.state->message, "Message cannot be NULL");
|
||||
|
||||
// Create a new line string.
|
||||
|
Reference in New Issue
Block a user