Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/usr.bin/audio/record pullup 1.4->1.5 (jtk)



details:   https://anonhg.NetBSD.org/src/rev/8ca29c16e700
branches:  netbsd-1-4
changeset: 468913:8ca29c16e700
user:      perry <perry%NetBSD.org@localhost>
date:      Wed Jun 23 14:03:01 1999 +0000

description:
pullup 1.4->1.5 (jtk)

diffstat:

 usr.bin/audio/record/record.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0539d08b4320 -r 8ca29c16e700 usr.bin/audio/record/record.c
--- a/usr.bin/audio/record/record.c     Tue Jun 22 22:52:25 1999 +0000
+++ b/usr.bin/audio/record/record.c     Wed Jun 23 14:03:01 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: record.c,v 1.4 1999/03/27 18:16:23 mrg Exp $   */
+/*     $NetBSD: record.c,v 1.4.2.1 1999/06/23 14:03:01 perry Exp $     */
 
 /*
  * Copyright (c) 1999 Matthew R. Green
@@ -97,7 +97,7 @@
                                errx(1, "balance must be between 0 and 63\n");
                        break;
                case 'C':
-                       device = optarg;
+                       ctldev = optarg;
                        break;
                case 'c':
                        decode_int(optarg, &channels);



Home | Main Index | Thread Index | Old Index