comparison stream/vcd_read_nbsd.h @ 23848:2ab8edad035d

10l, fix vcd netbsd compilation
author reimar
date Thu, 26 Jul 2007 23:13:30 +0000
parents 773e6c50d1b8
children 2911a78219a8
comparison
equal deleted inserted replaced
23847:773e6c50d1b8 23848:2ab8edad035d
109 return NULL; 109 return NULL;
110 } 110 }
111 if (i <= tochdr.ending_track) 111 if (i <= tochdr.ending_track)
112 mp_msg(MSGT_OPEN,MSGL_INFO,"track %02d: adr=%d ctrl=%d format=%d %02d:%02d:%02d\n", 112 mp_msg(MSGT_OPEN,MSGL_INFO,"track %02d: adr=%d ctrl=%d format=%d %02d:%02d:%02d\n",
113 (int) tocentry.starting_track, 113 (int) tocentry.starting_track,
114 (int) TOCADDR(tocentry)_type, 114 (int) tocentry.data->addr_type,
115 (int) tocentry.data->control, 115 (int) tocentry.data->control,
116 (int) tocentry.address_format, 116 (int) tocentry.address_format,
117 (int) TOCADDR(tocentry).msf.minute, 117 (int) TOCADDR(tocentry).msf.minute,
118 (int) TOCADDR(tocentry).msf.second, 118 (int) TOCADDR(tocentry).msf.second,
119 (int) TOCADDR(tocentry).msf.frame 119 (int) TOCADDR(tocentry).msf.frame