On Tue, 27 Nov 2007 23:01:26 +0100 (CET) Vincent Torri <[EMAIL PROTECTED]>
babbled:

> 
> 
> On Wed, 28 Nov 2007, Brett Nash wrote:
> 
> >
> > On Tue, 2007-11-27 at 05:50 -0500, Enlightenment CVS wrote:
> >
> >> Modified Files:
> >>    edje_cc_sources.c
> >>
> >>
> >> Log Message:
> >>
> >>
> >> terminate strings properly?
> >
> > You mean over-terminate strings properly.
> >
> > snprintf will always terminate strings correctly.  It writes no more
> > then N characters "including the terminating null byte".  (That last bit
> > from the C standard).
> >
> > Of course they are broken implementations... but that's another story.
> 
> raster did that for me, for the Windows port of edje. snprintf on Windows 
> behaves differently.

yup. the windows one didn't seem to terminate properly, thus add an
extra-terminate.

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to