On Sun, Mar 02, 2008 at 05:41:01PM +0000, Stephen Gran wrote:
> int DVDGetTitleName(const char *device, char *title)
> {
> [...]
> 
>         if ( !(filehandle = open(device, O_RDONLY)) ) {
>                 fprintf(stderr, "Can't open specified device %s - check your 
> DVD device\n", device);
>                 return(1);
>         }
> 
> It should tell you that open fails.  Can you give me a series of
> commands to reproduce this?\

Right in main:

2429 
2430         _dvd = DVDOpen(dvd);
2431         if(!_dvd) exit(-1);
2432 

I guess there is a message missing ...

Flo
-- 
Florian Lohoff                  [EMAIL PROTECTED]             +49-171-2280134
        Those who would give up a little freedom to get a little 
          security shall soon have neither - Benjamin Franklin

Attachment: signature.asc
Description: Digital signature

Reply via email to