Skip to content

Silence assertion failure on '/part'#348

Merged
SilverRainZ merged 2 commits intoSrainApp:masterfrom
progval:part-assertion
Jan 23, 2022
Merged

Silence assertion failure on '/part'#348
SilverRainZ merged 2 commits intoSrainApp:masterfrom
progval:part-assertion

Conversation

@progval
Copy link
Member

@progval progval commented Jan 22, 2022

I get this error in the console when using '/part' with no argument:

** (srain:1402455): CRITICAL **: 15:14:11.703: get_quote_arg: assertion 'ptr && arg && next' failed

because ptr is NULL.

This extra check avoids it.

I get this error in the console when using '/part' with no argument:

```
** (srain:1402455): CRITICAL **: 15:14:11.703: get_quote_arg: assertion 'ptr && arg && next' failed
```

because `ptr` is NULL.

This extra check avoids it.
@SilverRainZ SilverRainZ added this to the 1.4 milestone Jan 23, 2022
@SilverRainZ SilverRainZ merged commit ddda0fd into SrainApp:master Jan 23, 2022
@progval progval deleted the part-assertion branch January 23, 2022 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants