From 8d92e140881b02c6cac5fbb780f06c5cccdd73f7 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Tue, 27 Dec 2011 01:35:39 +0000 Subject: * Fixing compile after recent i18 commits. --- source/blender/blenfont/intern/blf_lang.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenfont/intern') diff --git a/source/blender/blenfont/intern/blf_lang.c b/source/blender/blenfont/intern/blf_lang.c index d62cee6a987..6c27beb14a7 100644 --- a/source/blender/blenfont/intern/blf_lang.c +++ b/source/blender/blenfont/intern/blf_lang.c @@ -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; -- cgit v1.2.3