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