On Sat, 8 Mar 2014, Riccardo (Jack) Lucchetti wrote:
On Sat, 8 Mar 2014, Hélio Guilherme wrote:
> Hi,
>
> In gui2/library.c at line 7215 we have: shown = 1;
> (variable is not used)
>
> Adding int shown = 0; in line 7181 solves compilation error.
Or, better still, remove line 7215 altogether. I just did a CVS commit to
that effect.
Thanks, that was the right thing to do.
Allin