This one time, at band camp, Florian Lohoff said:
> 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 ...

Ah, missed that one.  Good enough.  I'll put something in there.
-- 
 -----------------------------------------------------------------
|   ,''`.                                            Stephen Gran |
|  : :' :                                        [EMAIL PROTECTED] |
|  `. `'                        Debian user, admin, and developer |
|    `-                                     http://www.debian.org |
 -----------------------------------------------------------------

Attachment: signature.asc
Description: Digital signature

Reply via email to