>>From: Andy Polyakov <[EMAIL PROTECTED]>

>>+     if (dvd_video) {
>>+             if (!strcasecmp (lpnt,"VIDEO_TS.IFO"))  return 1;
>>+             if (!strcasecmp (rpnt,"VIDEO_TS.IFO"))  return -1;
>>+             }

Another mote: as strcasecmp() is not omnipresent, VIDEO_TS is the official 
name and POSIX as well as UDF require case sensitivity, strcmp() should be used 
here.

J�rg

 EMail:[EMAIL PROTECTED] (home) J�rg Schilling D-13353 Berlin
       [EMAIL PROTECTED]               (uni)  If you don't have iso-8859-1
       [EMAIL PROTECTED]           (work) chars I am J"org Schilling
 URL:  http://www.fokus.gmd.de/usr/schilling   ftp://ftp.fokus.gmd.de/pub/unix


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to