-
Max Kellermann authored
The check "open()!=0" is wrong, you have to write "open()>=0", because -1 means error, and 0 is a valid file handle.
dfea6b7c
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| alsa_plugin.c | ||
| ao_plugin.c | ||
| fifo_plugin.c | ||
| jack_plugin.c | ||
| mvp_plugin.c | ||
| null_plugin.c | ||
| oss_plugin.c | ||
| osx_plugin.c | ||
| pulse_plugin.c | ||
| shout_plugin.c |