summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTim Champagne <tchamp@users.sourceforge.net>2003-06-09 09:55:20 +0000
committerTim Champagne <tchamp@users.sourceforge.net>2003-06-09 09:55:20 +0000
commit11b3fded90b4bacadead1005e972938c8077b5dd (patch)
tree0eed84e46ae0d29788805a2a3b66a6d5c693e757 /src
parente61e7128b0b2f67e0ec15161c12f2ca0379a1406 (diff)
downloadxine-lib-11b3fded90b4bacadead1005e972938c8077b5dd.tar.gz
xine-lib-11b3fded90b4bacadead1005e972938c8077b5dd.tar.bz2
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
Diffstat (limited to 'src')
-rw-r--r--src/input/input_cdda.c3
1 files changed, 2 insertions, 1 deletions
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 */