summaryrefslogtreecommitdiff
path: root/src/language.c
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-04-30 19:11:49 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-04-30 19:11:49 +0000
commit29173b3199ea526b6f9de13ee9255db3900f3f42 (patch)
treeafe8819193e22f50ec88100c0c2242105dd98f3a /src/language.c
parent1f7f0b8da7a868b40c23f034c75bce46713c5c32 (diff)
- program si kontroluje ci existuju subory ktore pouziva
git-svn-id: http://opensvn.csie.org/tuxanci_ng@48 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/language.c')
-rw-r--r--src/language.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/language.c b/src/language.c
index 5291f44..ee9b18c 100644
--- a/src/language.c
+++ b/src/language.c
@@ -70,6 +70,8 @@ int initLanguage()
printf("select lang %s\n", lang);
sprintf(path, PATH_LANG "%s.lang", lang);
+
+ accessExistFile(path);
languageFile = loadTextFile(path);
if( languageFile == NULL )