Re: [E-devel] E SVN: raster trunk/e/src/modules/ibar

2008-10-27 Thread Nathan Ingersoll
We have ecore_strlcpy available for just this reason. On Mon, Oct 27, 2008 at 7:01 AM, Enlightenment SVN <[EMAIL PROTECTED]> wrote: > Log: > ok go nack to snprintf - strncpy isn't save for overruns of a buffer with 0 > termination of string here (need to add ectra code to terminate). in this >

Re: [E-devel] E SVN: raster trunk/e/src/modules/ibar

2008-10-27 Thread Vincent Torri
On Mon, 27 Oct 2008, Enlightenment SVN wrote: > - strncpy(buf, inst->ci->dir, sizeof(buf)); > + nprintf(buf, sizeof(buf), inst->ci->dir); ^ missing 's', i think Vincent - This SF.Net email is spons