Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_prefix.c Log Message: we're being blatant about path size.. 4096 should be enough... :) =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_prefix.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- e_prefix.c 10 Jul 2006 16:37:52 -0000 1.13 +++ e_prefix.c 10 Jul 2006 16:38:48 -0000 1.14 @@ -418,11 +418,7 @@ { char *path, *p, *cp, *s; int len, lenexe; -#ifdef PATH_MAX - char buf[PATH_MAX], buf2[PATH_MAX], buf3[PATH_MAX]; -#else char buf[4096], buf2[4096], buf3[4096]; -#endif /* 1. is argv0 abs path? */ if (argv0[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