On Wed, Oct 15, 2003 at 07:29:13PM +0400, Dmitry wrote: > So, where is the bug? > In a source code? :) > ~d
Hi Dmitry, The source code is: while ((* (int *) (++menu_stack[menu_i].item)) != NULL) ; However, the assembler code seems to do this: while (( (int *) (++menu_stack[menu_i].item)) != NULL) ; Am I right? Thanks, Pedro