Enlightenment CVS committal Author : sebastid Project : e17 Module : libs/epsilon
Dir : e17/libs/epsilon/src/lib Modified Files: epsilon_thumb.c Log Message: Fix warning =================================================================== RCS file: /cvs/e/e17/libs/epsilon/src/lib/epsilon_thumb.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- epsilon_thumb.c 1 Apr 2006 09:45:37 -0000 1.5 +++ epsilon_thumb.c 17 Aug 2006 16:21:56 -0000 1.6 @@ -253,7 +253,7 @@ if (fork() == 0) { if (debug) printf("Second child\n"); // daemon(0, 0); - execlp(PACKAGE_BIN_DIR "/epsilon_thumbd", NULL); + execlp(PACKAGE_BIN_DIR "/epsilon_thumbd", NULL, NULL); perror("execlp"); exit(0); } ------------------------------------------------------------------------- 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