mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Commented SYSERR
This commit is contained in:
parent
86fc7959d2
commit
c4e25bba24
2 changed files with 2 additions and 2 deletions
|
|
@ -148,7 +148,7 @@ int snd_output_stdio_open(snd_output_t **outputp, const char *file)
|
|||
int err;
|
||||
FILE *fp = fopen(file, "w");
|
||||
if (!fp) {
|
||||
SYSERR("fopen");
|
||||
//SYSERR("fopen");
|
||||
return -errno;
|
||||
}
|
||||
err = snd_output_stdio_attach(outputp, fp, 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue