mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtpad: Coverity 174846
This commit is contained in:
parent
5efbca724b
commit
56abbf15be
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue