summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cdcontrol/cdcontrol.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/cdcontrol/cdcontrol.c')
-rw-r--r--usr.sbin/cdcontrol/cdcontrol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/cdcontrol/cdcontrol.c b/usr.sbin/cdcontrol/cdcontrol.c
index 8a8274a..282051d 100644
--- a/usr.sbin/cdcontrol/cdcontrol.c
+++ b/usr.sbin/cdcontrol/cdcontrol.c
@@ -486,7 +486,7 @@ int read_toc_entrys (int len)
struct ioc_read_toc_entry t;
t.address_format = CD_MSF_FORMAT;
- t.starting_track = 1;
+ t.starting_track = 0;
t.data_len = len;
t.data = toc_buffer;
return ioctl (fd, CDIOREADTOCENTRYS, (char *) &t);
OpenPOWER on IntegriCloud