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 Pull up revision 1.9 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/32e8fc7d5a50
branches:  netbsd-1-4
changeset: 469699:32e8fc7d5a50
user:      he <he%NetBSD.org@localhost>
date:      Thu Nov 11 21:23:47 1999 +0000

description:
Pull up revision 1.9 (requested by kleink):
  Do not indicate success in the exit status if usage instructions
  had to be printed.

diffstat:

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

diffs (16 lines):

diff -r 33b842b8b14e -r 32e8fc7d5a50 usr.bin/audio/record/record.c
--- a/usr.bin/audio/record/record.c     Thu Nov 11 21:18:14 1999 +0000
+++ b/usr.bin/audio/record/record.c     Thu Nov 11 21:23:47 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: record.c,v 1.4.2.3 1999/10/22 09:32:54 he Exp $        */
+/*     $NetBSD: record.c,v 1.4.2.4 1999/11/11 21:23:47 he Exp $        */
 
 /*
  * Copyright (c) 1999 Matthew R. Green
@@ -376,5 +376,5 @@
            "-s sample rate\n\t"
            "-t recording time\n\t"
            "-v volume\n");
-       exit(0);
+       exit(EXIT_FAILURE);
 }



Home | Main Index | Thread Index | Old Index