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
35dd1fb4ce
commit
be5cbc22ba
1 changed files with 1 additions and 1 deletions
|
|
@ -1192,7 +1192,7 @@ void run_font_scanner(SDL_Surface * screen, SDL_Texture * texture, SDL_Renderer
|
||||||
*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