Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_text.c 


Log Message:
Fix signed warning.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_text.c,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -3 -r1.128 -r1.129
--- ewl_text.c  23 Sep 2006 21:12:03 -0000      1.128
+++ ewl_text.c  24 Sep 2006 13:28:47 -0000      1.129
@@ -465,8 +465,8 @@
 void
 ewl_text_text_insert(Ewl_Text *t, const char *text, unsigned int char_idx)
 {
-       int char_len = 0;
-       int byte_len = 0;
+       unsigned int char_len = 0;
+       unsigned int byte_len = 0;
        unsigned int byte_idx;
        char *valid_text = NULL;
 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to