Skip to content

Commit

Permalink
Merge pull request #10686 from taosdata/fix/TS-1306
Browse files Browse the repository at this point in the history
Fix/ts 1306
  • Loading branch information
stephenkgu authored Mar 10, 2022
2 parents 3bedcbb + 5eec654 commit fd1904d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/kit/shell/src/shellEngine.c
Original file line number Diff line number Diff line change
Expand Up @@ -563,10 +563,6 @@ static void shellPrintNChar(const char *str, int length, int width) {
continue;
}

if (pos > length) {
break;
}

if (width <= 0) {
printf("%lc", wc);
continue;
Expand Down

0 comments on commit fd1904d

Please sign in to comment.