Hello,
Agreed, it looks like line 320 of rwpar.c is the culprit:
: if (!create || (errno != ENOENT)) {
: if (!silent)
: perror("Error reading PAR file");
: file_close(par.f);
: return 0;
: }
That should probably be changed to a fprintf(stderr ..., but I'll leave
that to your discretion. As I keep saying, I'm essentially not able to do
any work on Debian until mid September, but if you wait that long, you can
expect a trivial patch from me. I'm pretty sure you can do it yourself
though. :-)
(Thanks for the bug report, Glenn.)
Rene