summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--stream/vcd_read_nbsd.h2
1 files changed, 1 insertions, 1 deletions
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,