Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/audio
Module Name: src
Committed By: mrg
Date: Wed Aug 5 06:54:39 UTC 2015
Modified Files:
src/usr.bin/audio/common: audio.c libaudio.h sun.c wav.c
src/usr.bin/audio/play: play.c
src/usr.bin/audio/record: record.c
Log Message:
rename struct write_info as struct track_info, and the variable name 'wi'
as 'ti', as this info is useful for reading as well.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/usr.bin/audio/common/audio.c
cvs rdiff -u -r1.19 -r1.20 src/usr.bin/audio/common/libaudio.h
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/audio/common/sun.c
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/audio/common/wav.c
cvs rdiff -u -r1.54 -r1.55 src/usr.bin/audio/play/play.c
cvs rdiff -u -r1.53 -r1.54 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.
Home |
Main Index |
Thread Index |
Old Index