E conf intl: Initialise basic_language variable.

Judging from the code it seems that this variable is supposed to be init to
NULL.
This commit is contained in:
Tom Hacohen 2013-03-21 16:20:52 +00:00
parent 93953ab44e
commit e1fe199718
1 changed files with 1 additions and 1 deletions

View File

@ -662,7 +662,7 @@ _fill_data(E_Config_Dialog_Data *cfdata)
if (locale_parts)
{
char *basic_language;
char *basic_language = NULL;
if (locale_parts->mask & E_INTL_LOC_REGION)
basic_language = e_intl_locale_parts_combine(locale_parts, E_INTL_LOC_LANG | E_INTL_LOC_REGION);