Evas textblock: Fixed a bug with wordwrapping causing an infinite loop in some cases.

SVN revision: 56524
This commit is contained in:
Tom Hacohen 2011-01-30 10:43:55 +00:00
parent 379eb8f660
commit 6b8aa0e419
1 changed files with 1 additions and 1 deletions

View File

@ -3099,7 +3099,7 @@ _layout_get_word_mixwrap_common(Ctxt *c, Evas_Object_Textblock_Format *fmt,
}
else
{
return 0;
return -1;
}
}
}