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

Alexander Ewering blender at instinctive.de
Mon May 29 17:59:04 CEST 2006


On Mon, 29 May 2006, Jiri Hnidek wrote:

>   Bugfix #4224:
>
>   Blender has Open recent submenu in main File menu, Open recent should
>   work correctly now, I remove Reopen last item (I hope, that I didn't
>   break anything), because it seems obsolete now

Didn't check what exactly you did concerning "duplicates in list" (there
were never duplicates as far as I can tell?) and the refreshing stuff, but I
suppose it's OK ;)

However, just wanted to point out that instead of

str[0] = 0;
strcat(str, foo);

you could just as well do

strcpy(str, foo);

;)

| alexander ewering              instinctive mediaworks
| ae[@]instinctive[.]de   http://www[.]instinctive[.]de


More information about the Bf-committers mailing list