1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[lua] lang const

This commit is contained in:
Witold Filipczyk 2022-01-30 17:36:30 +01:00
parent acae461bf8
commit 2e32d1c7e1

View File

@ -616,7 +616,7 @@ l_get_option(LS)
}
case OPT_LANGUAGE:
{
char *lang;
const char *lang;
#ifdef ENABLE_NLS
lang = language_to_name(current_language);