Skip to content
Snippets Groups Projects
Commit 3163bc84 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Continue fixing a coverity issue.

parent 1d1a0548
No related branches found
No related tags found
No related merge requests found
...@@ -5128,7 +5128,7 @@ CIOLIBEXPORT char* cterm_write(struct cterminal * cterm, const void *vbuf, int b ...@@ -5128,7 +5128,7 @@ CIOLIBEXPORT char* cterm_write(struct cterminal * cterm, const void *vbuf, int b
coord_conv_xy(cterm, CTERM_COORD_CURR, CTERM_COORD_SCREEN, &ex, NULL); coord_conv_xy(cterm, CTERM_COORD_CURR, CTERM_COORD_SCREEN, &ex, NULL);
MOVETEXT(sx + 1, sy, ex, sy, sx, sy); MOVETEXT(sx + 1, sy, ex, sy, sx, sy);
} }
GOTOXY(CURR_MAXX, k); GOTOXY(CURR_MAXX, y);
cterm_clreol(cterm); cterm_clreol(cterm);
GOTOXY(x, y); GOTOXY(x, y);
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment