Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_eapp_main.c 


Log Message:
renamed EET_FILE_MODE_RW to EET_FILE_MODE_READ_WRITE
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_eapp_main.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_eapp_main.c       7 Feb 2005 13:51:09 -0000       1.3
+++ e_eapp_main.c       3 Mar 2005 17:26:46 -0000       1.4
@@ -146,7 +146,7 @@
        exit(0);
      }
    eet_init();
-   ef = eet_open(file, EET_FILE_MODE_RW);
+   ef = eet_open(file, EET_FILE_MODE_READ_WRITE);
    if (!ef)
      {
        printf("ERROR: cannot open file %s for READ/WRITE\n", file);




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to