tasn pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=5d021658ade0440b153ee00c5ecc168288d230de

commit 5d021658ade0440b153ee00c5ecc168288d230de
Author: Tom Hacohen <[email protected]>
Date:   Tue Aug 12 10:05:52 2014 +0100

    Evas bidi: Make code more explicit (silence coverity).
    
    CID1039922.
---
 src/lib/evas/common/language/evas_bidi_utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/evas/common/language/evas_bidi_utils.c 
b/src/lib/evas/common/language/evas_bidi_utils.c
index b421a3a..e3ae361 100644
--- a/src/lib/evas/common/language/evas_bidi_utils.c
+++ b/src/lib/evas/common/language/evas_bidi_utils.c
@@ -146,7 +146,7 @@ evas_bidi_shape_string(Eina_Unicode *eina_ustr, const 
Evas_BiDi_Paragraph_Props
 
    /* Convert back */
 #ifdef EVAS_FRIBIDI_EINA_UNICODE_UNEQUAL
-   eina_ustr = _evas_bidi_fribidichar_to_unicode(eina_ustr, ustr);
+   _evas_bidi_fribidichar_to_unicode(eina_ustr, ustr);
    if (base_ustr) free(base_ustr);
 #endif
    return EINA_TRUE;

-- 


Reply via email to