summaryrefslogtreecommitdiff
path: root/usr.bin/cdio
diff options
context:
space:
mode:
authorMichael Coulter <mjc@cvs.openbsd.org>2006-05-31 23:01:16 +0000
committerMichael Coulter <mjc@cvs.openbsd.org>2006-05-31 23:01:16 +0000
commitb6fd4a36bf93e9be4d0ac2d98b614c935ce50921 (patch)
tree81c82dd87c7946b34f64b5b9db005cc5f4e2e579 /usr.bin/cdio
parent716e0314b64d510286bd82fd5f761ba08a881d50 (diff)
bogus value in cdb. excess cut n' paste.
Diffstat (limited to 'usr.bin/cdio')
-rw-r--r--usr.bin/cdio/mmc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cdio/mmc.c b/usr.bin/cdio/mmc.c
index 4bbc7b55344..7c167fd174d 100644
--- a/usr.bin/cdio/mmc.c
+++ b/usr.bin/cdio/mmc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mmc.c,v 1.3 2006/05/31 07:51:47 mjc Exp $ */
+/* $OpenBSD: mmc.c,v 1.4 2006/05/31 23:01:15 mjc Exp $ */
/*
* Copyright (c) 2006 Michael Coulter <mjc@openbsd.org>
*
@@ -302,7 +302,6 @@ get_nwa(int *nwa)
scr.cmd[0] = 0x52; /* READ TRACK INFO */
scr.cmd[1] = 0x01;
scr.cmd[5] = 0xff; /* Invisible Track */
- scr.cmd[2] = 0x05; /* Write parameters mode page */
scr.cmd[7] = 0x00;
scr.cmd[8] = 0x1c;
scr.cmdlen = 10;