(svn r14554) -Fix: languages using longer gender names than strgen supports.

This commit is contained in:
rubidium 2008-11-02 11:15:26 +00:00
parent 6043b4574e
commit c03e55b32a
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ static char _lang_name[32], _lang_ownname[32], _lang_isocode[16];
static byte _lang_pluralform;
static byte _lang_textdir;
#define MAX_NUM_GENDER 8
static char _genders[MAX_NUM_GENDER][8];
static char _genders[MAX_NUM_GENDER][16];
static int _numgenders;
// contains the name of all cases.