OK, patch attached.
 
Grr.  This time...
 
Mark

diff -ru original-trees/DirectFB-2005-05-07-04-25-11-UTC/src/idirectfb.c 
DirectFB/src/idirectfb.c
--- original-trees/DirectFB-2005-05-07-04-25-11-UTC/src/idirectfb.c     
2005-04-06 21:52:36.000000000 +0100
+++ DirectFB/src/idirectfb.c    2005-09-14 16:19:08.000000000 +0100
@@ -994,9 +994,6 @@
      if (!interface || !filename)
           return DFB_INVARG;
 
-     if (access( filename, R_OK ) != 0)
-          return errno2result( errno );
-
      /* Fill out probe context */
      ctx.filename = filename;
 
_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to