Hi/2. This patch makes the device to be opened in binary mode explicitly on OS/2.
-- KO Myung-Hun Using Mozilla SeaMonkey 1.1.16 Under OS/2 Warp 4 for Korean with FixPak #15 On AMD ThunderBird 1 GHz with 512 MB RAM Korean OS/2 User Community : http://www.ecomstation.co.kr
Index: src/dvd_input.c =================================================================== --- src/dvd_input.c (revision 1173) +++ src/dvd_input.c (working copy) @@ -165,7 +165,7 @@ } /* Open the device */ -#ifndef WIN32 +#if !defined(WIN32) && !defined(__OS2__) dev->fd = open(target, O_RDONLY); #else dev->fd = open(target, O_RDONLY | O_BINARY);
_______________________________________________ DVDnav-discuss mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/dvdnav-discuss
