CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/09/19 15:21:36
Modified files:
usr.bin/aucat : wav.c
Log message:
if pipe_read() returns 0 we are at EOF and the structure describing
the pipe will be free()d, so don't try to access the structure.
ok ratchov
