Subject: CVS commit: src/usr.bin/audio
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 12/28/2002 01:43:17
Module Name: src
Committed By: mrg
Date: Fri Dec 27 23:43:17 UTC 2002
Modified Files:
src/usr.bin/audio/common: audio.c
src/usr.bin/audio/record: record.c
Log Message:
- decode_int(): always use base 10, so that a time of "1:09" works.
- decode_time(): 60 seconds in a minute, really.
both from tsarna@netbsd.org.
- be verbose about the time we are going to record for, if verbose.
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/usr.bin/audio/common/audio.c
cvs rdiff -r1.31 -r1.32 src/usr.bin/audio/record/record.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.