fix dsize args

This commit is contained in:
milang 2020-01-03 20:37:57 +01:00
parent d21b9254b2
commit a0d361f2a0
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ static void append_character(char c)
add_line();
//current_line->text[current_line->cursor] = '\0';
#ifdef FXCG50
else if (dsize(&current_line->text[0])>396-7)
else if (dsize(&current_line->text[0],0,0,0)>396-7)
{
add_line();
}