提交 964d1ea6 编写于 作者: D dapan1121

fix windows compile error

上级 1ad98893
......@@ -184,7 +184,7 @@ char *tstrstr(char *src, char *dst, bool ignoreInEsc) {
return strstr(src, dst);
}
int32_t len = strlen(src);
int32_t len = (int32_t)strlen(src);
bool inEsc = false;
char escChar = 0;
char *str = src, *res = NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册