Module Name: src Committed By: martin Date: Mon Mar 25 15:09:38 UTC 2024
Modified Files: src/usr.bin/audio/common [netbsd-10]: wav.c Log Message: Pull up following revision(s) (requested by mrg in ticket #640): usr.bin/audio/common/wav.c: revision 1.24 audio_wav_parse_hdr: handle zero-length data files again the previous clean up turns zero-length data into no data and thus an error, instead of simply doing nothing. noted by gson. To generate a diff of this commit: cvs rdiff -u -r1.15.8.1 -r1.15.8.2 src/usr.bin/audio/common/wav.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.