summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHeiko Schaefer <heikos@users.sourceforge.net>2001-06-09 11:39:20 +0000
committerHeiko Schaefer <heikos@users.sourceforge.net>2001-06-09 11:39:20 +0000
commitf099432bb49d993e7cb883364ddc193d9ee6493d (patch)
tree00b4e0c271dd93d4614f2bfa4c8008b864e489c5 /src
parent2772c36f409f0b759fafa35427af4676afedaf2e (diff)
downloadxine-lib-f099432bb49d993e7cb883364ddc193d9ee6493d.tar.gz
xine-lib-f099432bb49d993e7cb883364ddc193d9ee6493d.tar.bz2
problem with compilation on freebsd removed
CVS patchset: 134 CVS date: 2001/06/09 11:39:20
Diffstat (limited to 'src')
-rw-r--r--src/input/input_vcd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/input_vcd.c b/src/input/input_vcd.c
index 4222e6e45..4c5ff0029 100644
--- a/src/input/input_vcd.c
+++ b/src/input/input_vcd.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_vcd.c,v 1.8 2001/06/02 21:44:01 guenter Exp $
+ * $Id: input_vcd.c,v 1.9 2001/06/09 11:39:20 heikos Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -153,7 +153,7 @@ static int input_vcd_read_toc (vcd_input_plugin_t *this) {
te.address_format = CD_LBA_FORMAT;
te.starting_track = 0;
te.data_len = ntracks * sizeof(struct cd_toc_entry);
- te.data = gVCD.tocent;
+ te.data = this->tocent;
if ( ioctl(this->fd, CDIOREADTOCENTRYS, &te) == -1 ){
fprintf (stderr, "input_vcd: error in ioctl CDROMREADTOCENTRY\n");