summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-12-09 18:32:20 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-12-09 18:32:20 +0000
commitbced9334f9c54d0c6ca34ef5a2640b471352460c (patch)
tree773d8b46053855db44390eef8030cf426bb5f0ab /src
parent7e0416720dbeb41dec90ccb80428e5aa560e1a65 (diff)
downloadxine-lib-bced9334f9c54d0c6ca34ef5a2640b471352460c.tar.gz
xine-lib-bced9334f9c54d0c6ca34ef5a2640b471352460c.tar.bz2
Forgotten boolean about grabbed cddb info.
CVS patchset: 1196 CVS date: 2001/12/09 18:32:20
Diffstat (limited to 'src')
-rw-r--r--src/input/input_cda.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/input/input_cda.c b/src/input/input_cda.c
index 286693e50..32f725d7c 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.4 2001/12/09 18:11:34 f1rmb Exp $
+ * $Id: input_cda.c,v 1.5 2001/12/09 18:32:20 f1rmb Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -503,6 +503,7 @@ static void _cda_cddb_retrieve(cda_input_plugin_t *this) {
for(j=0;j<this->cda->num_tracks;j++)
printf("Track %2d: '%s'\n", j, this->cda->track[j].title);
#endif
+ this->cda->have_cddb_info = 1;
return;
}
else {