Update to v 0.92

This commit is contained in:
belliash 2013-07-05 23:10:17 +02:00
부모 2e0fbca2e5
커밋 f4171e6239
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제

4
cbsi.c
파일 보기

@ -455,8 +455,8 @@ int parseCommandLine(int argc, char *argv[]) {
void prepareDictionary() {
translations = 0;
if(getenv("WEBUI_LANGUAGE") != NULL) {
language = strdup(getenv("WEBUI_LANGUAGE"));
if(getenv("WWW_LANGUAGE") != NULL) {
language = strdup(getenv("WWW_LANGUAGE"));
if(global.translation != NULL) {
loadDictionary(global.translation);
} else {

파일 보기

@ -12,7 +12,7 @@
#define ALLOC_CHUNK 10
#define CBSI_VERSION "0.91"
#define CBSI_VERSION "0.92"
#define STDIN 0
#define STDOUT 1