Hi, > > doclose: > > if (fclose (wav->f)) { > > - dolog ("wav_fini_out: fclose %p failed\nReason: %s\n", > > - wav->f, strerror (errno)); > > + dolog ("wav_fini_out: fclose 'wav->f' failed\nReason: %s\n", > > + strerror (errno)); > > I would just drop the 'wav->f' here.
Or drop the whole message? It's a highly unlikely error condition after all, and we can't do much about it anyway. cheers, Gerd