Fixed abnormal exit of threaded font scan which prevented enabling text/label tools on some environment such as Rocky Linux 8.
This commit is contained in:
parent
78e0a4f08d
commit
c67dfbc562
1 changed files with 1 additions and 1 deletions
|
|
@ -1186,7 +1186,7 @@ void run_font_scanner(SDL_Surface * screen, const char *restrict const locale)
|
||||||
*walk++ = '\0';
|
*walk++ = '\0';
|
||||||
}
|
}
|
||||||
reliable_write(font_socket_fd, buf, size);
|
reliable_write(font_socket_fd, buf, size);
|
||||||
exit(0);
|
_exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue