Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_start_main.c 


Log Message:


start again

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_start_main.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- e_start_main.c      3 Nov 2006 11:52:27 -0000       1.9
+++ e_start_main.c      3 Nov 2006 13:35:39 -0000       1.10
@@ -268,9 +268,9 @@
    else
      snprintf(buf, sizeof(buf), "/tmp/.e-precache");
    f = fopen(buf, "r");
-   if (!f) exit(0);
+   if (!f) return;
    unlink(buf);
-   if (fork()) exit(0);
+   if (fork()) return;
    while (fgets(buf, sizeof(buf), f));
    rewind(f);
    while (fgets(buf, sizeof(buf), f))
@@ -358,6 +358,7 @@
      {
        void *lib, *func;
        
+       do_precache = 0;
        /* sanity checks - if precache might fail - check here first */
        lib = dlopen("libevas.so", RTLD_GLOBAL | RTLD_LAZY);
        if (!lib) dlopen("libevas.so.1", RTLD_GLOBAL | RTLD_LAZY);



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to