Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2011-12-27 05:35:39 +0400
committerThomas Dinges <blender@dingto.org>2011-12-27 05:35:39 +0400
commit8d92e140881b02c6cac5fbb780f06c5cccdd73f7 (patch)
treef5fb93258b02be1a0b9c11cb386456e077ab5d4f /source/blender/blenfont/intern
parentebf5cfb5ce9fbcd76e232ab92ecc85614a011e73 (diff)
* Fixing compile after recent i18 commits.
Diffstat (limited to 'source/blender/blenfont/intern')
-rw-r--r--source/blender/blenfont/intern/blf_lang.c2
1 files changed, 1 insertions, 1 deletions
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;