修复IP归属地不命中的BUG,当国家或者城市中出现空格(\\b)时,需要将\\b进行转换为空格(‘ ’)

This commit is contained in:
liuxueli
2020-06-08 17:12:15 +08:00
parent b67882bd6a
commit 89496d33f7
2 changed files with 47 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ static __attribute__((__used__)) const char * GIT_VERSION_UNKNOWN = NULL;
#endif
char TSG_MASTER_VERSION_20200605=0;
char TSG_MASTER_VERSION_20200608=0;
const char *tsg_conffile="tsgconf/main.conf";
g_tsg_para_t g_tsg_para;