From 11b3fded90b4bacadead1005e972938c8077b5dd Mon Sep 17 00:00:00 2001 From: Tim Champagne Date: Mon, 9 Jun 2003 09:55:20 +0000 Subject: This should fix it. Return the correct value from cdda_open for non-Win32. CVS patchset: 5017 CVS date: 2003/06/09 09:55:20 --- src/input/input_cdda.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/input/input_cdda.c b/src/input/input_cdda.c index 8e7146ad8..847741b46 100644 --- a/src/input/input_cdda.c +++ b/src/input/input_cdda.c @@ -20,7 +20,7 @@ * Compact Disc Digital Audio (CDDA) Input Plugin * by Mike Melanson (melanson@pcisys.net) * - * $Id: input_cdda.c,v 1.29 2003/06/09 01:54:11 tchamp Exp $ + * $Id: input_cdda.c,v 1.30 2003/06/09 09:55:20 tchamp Exp $ */ #ifdef HAVE_CONFIG_H @@ -1949,6 +1949,7 @@ static int cdda_open(cdda_input_plugin_t *this_gen, this_gen->fd = fd; *fdd = fd; + return 0; #else /* WIN32 */ -- cgit v1.2.3