diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2012-11-02 11:16:59 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2012-11-02 11:16:59 +0000 |
commit | ceccb2168e2dbf58fc569c213d8c7dd4e2eb885f (patch) | |
tree | c18118172d383c384b094864fb370b1ad92e4c41 /usr.bin | |
parent | ed6bbb6e94a52bd5426d7592a9be357c204e0de5 (diff) |
Dont insert twice recorded wav files (-o) on the list of recorded files;
with help from Remco <remco at d-compu.dyndns.org>
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/aucat/wav.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/aucat/wav.c b/usr.bin/aucat/wav.c index 0534c6913cd..3963d9aa283 100644 --- a/usr.bin/aucat/wav.c +++ b/usr.bin/aucat/wav.c @@ -921,8 +921,6 @@ wav_new_out(struct fileops *ops, struct dev *dev, dbg_puts("\n"); } #endif - f->next = wav_list; - wav_list = f; return f; } |