diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-05-20 18:43:32 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-05-20 18:43:32 +0000 |
commit | 6a9e8bcd05b5c6ef51b2c0a370ff0e3ae118e8b3 (patch) | |
tree | 5dcba8b74fad6bca4637ead61ebd9cbe44218aa2 | |
parent | 10cd986857d4a6c03b16208dbf1439f8dc8d4d7f (diff) | |
download | xine-lib-6a9e8bcd05b5c6ef51b2c0a370ff0e3ae118e8b3.tar.gz xine-lib-6a9e8bcd05b5c6ef51b2c0a370ff0e3ae118e8b3.tar.bz2 |
this is not available here
CVS patchset: 6572
CVS date: 2004/05/20 18:43:32
-rw-r--r-- | src/input/input_cdda.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/input_cdda.c b/src/input/input_cdda.c index 53c463bab..ba3196643 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.57 2004/05/12 17:50:09 komadori Exp $ + * $Id: input_cdda.c,v 1.58 2004/05/20 18:43:32 mroi Exp $ */ #ifdef HAVE_CONFIG_H @@ -838,7 +838,7 @@ static int read_cdrom_frames(cdda_input_plugin_t *this_gen, int frame, int num_f static int read_cdrom_toc(int fd, cdrom_toc *toc) { - xine_log(this->stream->xine, XINE_LOG_MSG, _("read_cdrom_toc is not supported on this platform\n")); + /* read_cdrom_toc is not supported on other platforms */ return -1; } |