Commented SYSERR

This commit is contained in:
Abramo Bagnara 2001-01-17 19:04:56 +00:00
parent 86fc7959d2
commit c4e25bba24
2 changed files with 2 additions and 2 deletions

View file

@ -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);