* Fixing compile after recent i18 commits.

This commit is contained in:
Thomas Dinges 2011-12-27 01:35:39 +00:00
parent ebf5cfb5ce
commit 8d92e14088
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ void BLF_lang_set(const char *str)
locreturn= setlocale(LC_ALL, long_locale);
if (locreturn == NULL) {
if(G.debug & G_DEBUG)
if(G.f & G_DEBUG)
printf("Could not change locale to %s\n", long_locale);
ok= 0;