Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/epsilon

Dir     : e17/libs/epsilon/src/lib


Modified Files:
        epsilon_thumb.c 


Log Message:
Don't exit in the client lib, return an error status.

===================================================================
RCS file: /cvs/e/e17/libs/epsilon/src/lib/epsilon_thumb.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- epsilon_thumb.c     20 Apr 2007 04:03:40 -0000      1.9
+++ epsilon_thumb.c     1 Jun 2007 18:53:34 -0000       1.10
@@ -299,7 +299,7 @@
        if (!epsilon_server) {
                if (!epsilon_client_connect()) {
                        fprintf(stderr, "Failed to connect to server\n");
-                       exit(0);
+                       return NULL;
                }
        }
 



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to