Re: menu resource parsing question...

2002-11-03 Thread Andreas Mohr
On Sat, Nov 02, 2002 at 09:07:08PM -0500, Chris Morgan wrote: Upon the testing of Kazaa lite I ran into numerous errors like: err:menu:MENU_ParseResource not a string item, flags: 0x0800 These entries appear to be intended as separators and in fact the flag of 0x800 is MF_SEPARATOR. The

menu resource parsing question...

2002-11-02 Thread Chris Morgan
Upon the testing of Kazaa lite I ran into numerous errors like: err:menu:MENU_ParseResource not a string item, flags: 0x0800 These entries appear to be intended as separators and in fact the flag of 0x800 is MF_SEPARATOR. The code in question is : if (!IS_STRING_ITEM(flags))