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

Continue fixing a coverity issue.

parent de8a5b58
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3277 passed
......@@ -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);
MOVETEXT(sx + 1, sy, ex, sy, sx, sy);
}
GOTOXY(CURR_MAXX, k);
GOTOXY(CURR_MAXX, y);
cterm_clreol(cterm);
GOTOXY(x, y);
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