The patch attached fixes a crash when launching the character dialog. It
appears that the choice_layout variable must be initialised. Doesn't matter
to what, since it is to be overwritten by the combox.
I also modified the .fd file a little to make use of a labelframe rather than
an engraved frame + text. Not just cosmetic; ensures that there is always
sufficient room for the label.
Could you also add cstdarg to the src/cheaders directory, as it is now needed
by fmt.C, by my machine at least!
A
patch_character.bz2
// -*- C++ -*- forwarding header.
// This file is part of the GNU ANSI C++ Library.
#ifndef __CSTDARG__
#define __CSTDARG__
#include <stdarg.h>
#endif