[Bf-committers] Re: [Bf-blender-cvs] CVS commit: blender/source/blender/src header_info.c usiblender.c

Joe Eagar joeedh at gmail.com
Wed May 31 00:51:45 CEST 2006


Alexander Ewering wrote:
>
> On Tue, 30 May 2006, Joe Eagar wrote:
>
>> What if the string is inside a struct?  You'd still need to manually 
>> specify the size in that case.
>
> Eh? A string inside a struct isn't a pointer?
>
> Or do you mean static strings?
>
I mean you cannot call MEM_alloc_len() on a struct member, unless it's 
possibly the first one.

Joe


More information about the Bf-committers mailing list