提交 54c58e85 编写于 作者: D dapan1121

fix bug

上级 b7214868
......@@ -56,6 +56,9 @@ int32_t strdequote(char *z) {
int32_t strRmquote(char *z, int32_t len){
// delete escape character: \\, \', \"
char delim = z[0];
if (delim != '\'' && delim != '\"') {
return len;
}
int32_t cnt = 0;
int32_t j = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册