Mercurial > hg > xemacs-beta
diff src/event-unixoid.c @ 404:2f8bb876ab1d r21-2-32
Import from CVS: tag r21-2-32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:16:07 +0200 |
parents | 74fd4e045ea6 |
children | 697ef44129c6 |
line wrap: on
line diff
--- a/src/event-unixoid.c Mon Aug 13 11:15:00 2007 +0200 +++ b/src/event-unixoid.c Mon Aug 13 11:16:07 2007 +0200 @@ -225,7 +225,7 @@ { /* Something went seriously wrong; don't abort since maybe the TTY just died at the wrong time. */ - fprintf (stderr, "xemacs: select failed: errno = %d\n", errno); + stderr_out ("xemacs: select failed: errno = %d\n", errno); return 0; } /* else, we got interrupted by a signal, so try again. */