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

@ -149,7 +149,7 @@ int snd_input_stdio_open(snd_input_t **inputp, const char *file)
int err;
FILE *fp = fopen(file, "r");
if (!fp) {
SYSERR("fopen");
//SYSERR("fopen");
return -errno;
}
err = snd_input_stdio_attach(inputp, fp, 1);