(svn r14554) -Fix: languages using longer gender names than strgen supports.
This commit is contained in:
		| @@ -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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 rubidium
					rubidium