CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/12/12 08:15:34
Modified files:
usr.bin/aucat : headers.c
Log message:
when parsing .wav headers, check if rate <= RATE_MAX (instead of
rate < RATE_MAX). Similarly check if bits <= 32 (instead of bits < 32)
