]> git.sesse.net Git - vlc/blobdiff - modules/access/mtp.c
libprojectM 2.0.0 update for Win32
[vlc] / modules / access / mtp.c
index 4eb32a292cae83af4b99dbc46038de54ff7ddc5e..91cd8848ce56fa0a1894c95b9eb3224fa3fc07da 100644 (file)
@@ -299,7 +299,7 @@ static int Control( access_t *p_access, int i_query, va_list args )
  *****************************************************************************/
 static int open_file( access_t *p_access, const char *path )
 {
-    int fd = utf8_open( path, O_RDONLY | O_NONBLOCK /* O_LARGEFILE*/, 0666 );
+    int fd = utf8_open( path, O_RDONLY | O_NONBLOCK );
     if( fd == -1 )
     {
         msg_Err( p_access, "cannot open file %s (%m)", path );