mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04: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
config.c
2
config.c
|
|
@ -1230,7 +1230,7 @@ argv_compare(char *const *argv1, char *const *argv2)
|
|||
return ret;
|
||||
}
|
||||
|
||||
xassert(false);
|
||||
BUG("unexpected loop break");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue