Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/audio/record Fix -C behavior.



details:   https://anonhg.NetBSD.org/src/rev/f6f737345876
branches:  trunk
changeset: 473785:f6f737345876
user:      itohy <itohy%NetBSD.org@localhost>
date:      Sat Jun 19 05:20:17 1999 +0000

description:
Fix -C behavior.

diffstat:

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

diffs (18 lines):

diff -r ecc7699bf4f8 -r f6f737345876 usr.bin/audio/record/record.c
--- a/usr.bin/audio/record/record.c     Sat Jun 19 05:07:44 1999 +0000
+++ b/usr.bin/audio/record/record.c     Sat Jun 19 05:20:17 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.5 1999/06/19 05:20:17 itohy 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