[prev in list] [next in list] [prev in thread] [next in thread] 

List:       enlightenment-svn
Subject:    E SVN: tasn trunk/evas/src/lib/canvas
From:       "Enlightenment SVN" <no-reply () enlightenment ! org>
Date:       2012-04-29 9:09:26
Message-ID: 20120429090926.1A968118096 () e2 ! enlightenment ! org
[Download RAW message or body]

Log:
Evas textblock: Fixed warning.

Author:       tasn
Date:         2012-04-29 02:09:25 -0700 (Sun, 29 Apr 2012)
New Revision: 70536
Trac:         http://trac.enlightenment.org/e/changeset/70536

Modified:
  trunk/evas/src/lib/canvas/evas_object_textblock.c 

Modified: trunk/evas/src/lib/canvas/evas_object_textblock.c
===================================================================
--- trunk/evas/src/lib/canvas/evas_object_textblock.c	2012-04-29 09:09:14 UTC (rev 70535)
+++ trunk/evas/src/lib/canvas/evas_object_textblock.c	2012-04-29 09:09:25 UTC (rev 70536)
@@ -5195,7 +5195,7 @@
         Evas_Object_Textblock_Node_Format *fnode;
         Eina_Unicode *text_base, *text;
         int off;
-        size_t len;
+        int len;
 
         /* For each text node to thorugh all of it's format nodes
          * append text from the start to the offset of the next format
@@ -5203,7 +5203,7 @@
          * this is the core algorithm of the layout mechanism.
          * Skip the unicode replacement chars when there are because
          * we don't want to print them. */
-        len = eina_ustrbuf_length_get(n->unicode);
+        len = (int) eina_ustrbuf_length_get(n->unicode);
         text_base = text =
            eina_unicode_strndup(eina_ustrbuf_string_get(n->unicode), len);
         fnode = n->format_node;


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-svn mailing list
enlightenment-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic