lets uses ()'s shall we?

SVN revision: 69964
This commit is contained in:
Carsten Haitzler 2012-04-09 08:00:36 +00:00
parent fb842ee933
commit 9e8505c379
1 changed files with 1 additions and 1 deletions

View File

@ -2148,7 +2148,7 @@ _text_append_idler(void *data)
wd->changed = EINA_TRUE;
start = wd->append_text_position;
if (start + _CHUNK_SIZE < wd->append_text_len)
if ((start + _CHUNK_SIZE) < wd->append_text_len)
{
int pos = start;
int tag_start, esc_start;