“178183e4ae4f1f2e7e8bb1b405bd30464357fbd9”上不存在“docs/examples/go/insert/telnet/main.go”
提交 cb4a40a7 编写于 作者: G Ganlin Zhao

fix error

上级 b58402ba
...@@ -199,7 +199,7 @@ static int32_t countTrailingSpaces(const SValueNode* pVal, bool isLtrim) { ...@@ -199,7 +199,7 @@ static int32_t countTrailingSpaces(const SValueNode* pVal, bool isLtrim) {
int32_t startPos = isLtrim ? 0 : len - 1; int32_t startPos = isLtrim ? 0 : len - 1;
int32_t step = isLtrim ? 1 : -1; int32_t step = isLtrim ? 1 : -1;
for (int32_t i = startPos; i < len || i >= 0; i + step) { for (int32_t i = startPos; i < len || i >= 0; i += step) {
if (!isspace(str[i])) { if (!isspace(str[i])) {
break; break;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册