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/play pullup 1.9->1.10 (jtk)



details:   https://anonhg.NetBSD.org/src/rev/b96a9930873f
branches:  netbsd-1-4
changeset: 469125:b96a9930873f
user:      perry <perry%NetBSD.org@localhost>
date:      Thu Jul 01 15:14:27 1999 +0000

description:
pullup 1.9->1.10 (jtk)

diffstat:

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

diffs (17 lines):

diff -r 0586bf8e6a4c -r b96a9930873f usr.bin/audio/play/play.c
--- a/usr.bin/audio/play/play.c Tue Jun 29 06:46:47 1999 +0000
+++ b/usr.bin/audio/play/play.c Thu Jul 01 15:14:27 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: play.c,v 1.7.2.1 1999/04/13 07:13:41 mrg Exp $ */
+/*     $NetBSD: play.c,v 1.7.2.2 1999/07/01 15:14:27 perry Exp $       */
 
 /*
  * Copyright (c) 1999 Matthew R. Green
@@ -88,6 +88,7 @@
                        decode_int(optarg, &channels);
                        if (channels < 0)
                                errx(1, "channels must be positive");
+                       break;
                case 'C':
                        ctldev = optarg;
                        break;



Home | Main Index | Thread Index | Old Index