Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/eet

Dir     : e17/libs/eet/src/lib


Modified Files:
        eet_lib.c 


Log Message:


gone!

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/eet/src/lib/eet_lib.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- eet_lib.c   12 Jan 2005 13:48:45 -0000      1.23
+++ eet_lib.c   12 Jan 2005 14:23:16 -0000      1.24
@@ -967,9 +967,7 @@
    int exists_already = 0;
    
    /* check to see its' an eet file pointer */   
-   if ((!ef) || (ef->magic != EET_MAGIC_FILE)
-       || (!name) ||
-       (ef->mode != EET_FILE_MODE_RW))
+   if ((!ef) || (ef->magic != EET_MAGIC_FILE) || (!name))
      return 0;
 
    if (!ef->header) return 0;




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to