On Wed 16 Apr 2014 09:51:41 Erik Auerswald wrote:
> On Tue, Apr 15, 2014 at 11:34:03AM -0600, Steve Dibb wrote:
> > perror() is only used twice in the code, everything else uses fprintf to
> > stderr.
> 
> perror() gives additional information, e.g. 'permission denied' or 'no such
> file or directory'. This might be helpful.
> 
> Why do you want to remove perror()?

right ... either replace it with equivalent code, or leave it be
        fprintf(stderr, "open(%s) failed: %s\n", path, strerror(errno));
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
DVDnav-discuss mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/dvdnav-discuss

Reply via email to