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
>
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.
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