提交 494b1f1d 编写于 作者: A Alex Duan

feat: less one char to match

上级 979ca402
......@@ -1689,7 +1689,8 @@ bool matchEnd(TAOS* con, SShellCmd* cmd) {
last = elast + 1;
}
if(strlen(last) < 2 ) {
// less one char can match
if(strlen(last) == 0 ) {
goto _return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册