CVSROOT: /cvs Module name: src Changes by: ratc...@cvs.openbsd.org 2016/05/27 10:02:54
Modified files: usr.bin/aucat : aucat.c Log message: Flush rec buffer if there's less than one block space left and refill play buffer if there's less than one block of data left. This is the correct condition in the general case. No behaviour change, as all input/output is multiple of the block size.