mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-23 01:40:12 -05:00
Convert some uses of xassert(false) to BUG("some error message")
This commit is contained in:
parent
e19db15104
commit
1ec5684438
5 changed files with 10 additions and 12 deletions
2
input.c
2
input.c
|
|
@ -209,7 +209,7 @@ execute_binding(struct seat *seat, struct terminal *term,
|
|||
break;
|
||||
|
||||
default:
|
||||
xassert(false);
|
||||
BUG("Unhandled action type");
|
||||
success = false;
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue