On Fri, May 15, 2009 at 10:19 AM, Enlightenment SVN <no-re...@enlightenment.org> wrote: > Log: > * cserve: Fix potential source of segv in cserve. > > Author: cedric > Date: 2009-05-15 06:19:27 -0700 (Fri, 15 May 2009) > New Revision: 40672 > > Modified: > trunk/evas/src/bin/evas_cserve_main.c > > Modified: trunk/evas/src/bin/evas_cserve_main.c > =================================================================== > --- trunk/evas/src/bin/evas_cserve_main.c 2009-05-15 11:48:32 UTC (rev > 40671) > +++ trunk/evas/src/bin/evas_cserve_main.c 2009-05-15 13:19:27 UTC (rev > 40672) > @@ -858,7 +858,7 @@ > lopt.h = rep->lopt.h; > D("... img_load '%s'\n", file); > if (key) D("'%s'\n", key); > - else D(" '%s'\n"); > + else D(" '%s'\n", NULL);
actually you introduced a segv for solaris users, that cannot %s NULL :-/ It's annoying, but what would you expect from such systems :-P -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: barbi...@gmail.com Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel