From e927217279620da06dc9301d669a76bd460efba4 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Sun, 30 Jan 2011 10:39:09 +0000 Subject: [PATCH] Evas text: Fixed a bug with the issuing of script end of run get. SVN revision: 56479 --- legacy/evas/src/lib/canvas/evas_object_text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/evas/src/lib/canvas/evas_object_text.c b/legacy/evas/src/lib/canvas/evas_object_text.c index 3e8b00fe04..227092ffee 100644 --- a/legacy/evas/src/lib/canvas/evas_object_text.c +++ b/legacy/evas/src/lib/canvas/evas_object_text.c @@ -641,7 +641,7 @@ _evas_object_text_layout(Evas_Object *obj, Evas_Object_Text *o, const Eina_Unico do { cutoff = evas_common_language_script_end_of_run_get( - text, + text + pos, o->bidi_par_props, pos, len - pos); if (cutoff > 0)