From 8db1b6a63c26ed968d50fe7b26236ddf8dc901d9 Mon Sep 17 00:00:00 2001 From: reimar Date: Thu, 26 Jul 2007 23:13:30 +0000 Subject: 10l, fix vcd netbsd compilation git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23868 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/vcd_read_nbsd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream/vcd_read_nbsd.h b/stream/vcd_read_nbsd.h index 1dfb35ea6a..3e62211c5d 100644 --- a/stream/vcd_read_nbsd.h +++ b/stream/vcd_read_nbsd.h @@ -111,7 +111,7 @@ vcd_read_toc(int fd) if (i <= tochdr.ending_track) mp_msg(MSGT_OPEN,MSGL_INFO,"track %02d: adr=%d ctrl=%d format=%d %02d:%02d:%02d\n", (int) tocentry.starting_track, - (int) TOCADDR(tocentry)_type, + (int) tocentry.data->addr_type, (int) tocentry.data->control, (int) tocentry.address_format, (int) TOCADDR(tocentry).msf.minute, -- cgit v1.2.3