mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
parent
dc5ff7db28
commit
96c30cd410
1 changed files with 1 additions and 1 deletions
|
|
@ -1048,7 +1048,7 @@ reload_fonts(struct terminal *term, bool resize_grid)
|
|||
for (size_t i = 0; i < 4; i++) {
|
||||
if (tids[i] != 0) {
|
||||
int ret;
|
||||
if (thrd_join(tids[i], &ret) != 0)
|
||||
if (thrd_join(tids[i], &ret) != thrd_success)
|
||||
success = false;
|
||||
else
|
||||
success = success && ret;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue