Skip to content

Commit

Permalink
Fixes #235
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Less committed Jan 28, 2018
1 parent dc5848f commit 942db46
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions YSI_Players/y_text/render.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1600,13 +1600,11 @@ Format_Render_start:
Format_GetKeyString(ts, string[idx++] >>> 8);
new __len=strlen(ts);
if (llen < __len)
{
Y_RENDER_DO_DISPLAY();
}
Y_RENDER_DO_DISPLAY()
llen -= __len,
output[p] = '\0',
p += __len,
strcat(output, ts);
strcat(output, ts, maxlen);
}
case '\n':
{
Expand Down

0 comments on commit 942db46

Please sign in to comment.