Re: [E-devel] Re: libs/eet sebastid

2005-11-06 Thread The Rasterman
On Sun, 6 Nov 2005 13:36:11 +0100 Tilman Sauerbeck <[EMAIL PROTECTED]> babbled: > Nathan Ingersoll <[EMAIL PROTECTED]> [2005-11-04 13:38]: > > It's a trick to allocate the file node and name in one allocation instead of > > two. Since we have the memory available for the name, the strcpy is then >

Re: [E-devel] Re: libs/eet sebastid

2005-11-06 Thread Tilman Sauerbeck
Nathan Ingersoll <[EMAIL PROTECTED]> [2005-11-04 13:38]: > It's a trick to allocate the file node and name in one allocation instead of > two. Since we have the memory available for the name, the strcpy is then > used to copy the string into the allocated space. Yeah, and it's even buggy. Horray.

Re: [E-devel] Re: libs/eet sebastid

2005-11-04 Thread Nathan Ingersoll
It's a trick to allocate the file node and name in one allocation instead of two. Since we have the memory available for the name, the strcpy is then used to copy the string into the allocated space.On 11/4/05, Martin Geisler <[EMAIL PROTECTED] > wrote:enlightenment-cvs@lists.sourceforge.net write