diff options
Diffstat (limited to 'src/input/input_cda.c')
-rw-r--r-- | src/input/input_cda.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/input/input_cda.c b/src/input/input_cda.c index 62759f9e8..59389dd9d 100644 --- a/src/input/input_cda.c +++ b/src/input/input_cda.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_cda.c,v 1.22 2002/04/24 08:12:13 f1rmb Exp $ + * $Id: input_cda.c,v 1.23 2002/04/29 23:31:59 jcdutton Exp $ */ #ifdef HAVE_CONFIG_H @@ -289,7 +289,8 @@ static char *_cda_cddb_get_default_location(void) { * Small sighandler ;-) */ static void die(int signal) { - exit(signal); + printf("Signal %d\n",signal); + abort(); } /* |