1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

dtpad: Coverity 174846

This commit is contained in:
Peter Howkins 2018-07-03 18:07:10 +01:00
parent 5efbca724b
commit 56abbf15be

View file

@ -1876,4 +1876,8 @@ dtpadXIOErrorHandler(
fprintf(stderr, "X IO Error"); fprintf(stderr, "X IO Error");
PanicSave(); PanicSave();
/* Man page for XSetIOErrorhandler says this is a fatal error and
* should not return */
exit(EXIT_FAILURE);
} }