Subject: CVS commit: src/usr.bin/audio
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 07/13/2005 10:57:11
Module Name:	src
Committed By:	mrg
Date:		Wed Jul 13 10:57:11 UTC 2005

Modified Files:
	src/usr.bin/audio/play: play.c
	src/usr.bin/audio/record: record.c

Log Message:
play.c: allow empty files to exit gracefully rather than with an error
of "header seems really large".  reported by wiz.

record.c: don't use total_size in the header if is -1 (it's initial value)


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 src/usr.bin/audio/play/play.c
cvs rdiff -r1.40 -r1.41 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.