提交 b609e27f 编写于 作者: L lion

convert length type to compitatible with the old std

上级 fdc1a14c
......@@ -132,7 +132,7 @@ XDB_PUBLIC(int) xdb_search(xdb_searcher_t *xdb, unsigned int ip, char *region_bu
}
// buffer length checking
if (data_len >= length) {
if (data_len >= (int) length) {
return 1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册