Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_text.c 


Log Message:
make it compile again

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_text.c,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -3 -r1.117 -r1.118
--- ewl_text.c  8 Sep 2006 18:56:40 -0000       1.117
+++ ewl_text.c  8 Sep 2006 21:49:44 -0000       1.118
@@ -64,7 +64,7 @@
                                                unsigned int *byte_idx,
                                                unsigned int *byte_len);
 static unsigned int ewl_text_char_length_get(const char *text);
-static char *ewl_text_text_next_char(const char *text, unsigned int *idx;);
+static char *ewl_text_text_next_char(const char *text, unsigned int *idx);
 
 
 /**
@@ -2256,7 +2256,7 @@
 
 /* This is stolen from evas_common_font_utf8_get_next() */
 static char *
-ewl_text_text_next_char(const char *text, int *idx)
+ewl_text_text_next_char(const char *text, unsigned int *idx)
 {
        unsigned char d, d2, d3, d4;
        
@@ -2330,7 +2330,7 @@
 {
        Evas_Textblock_Cursor *cursor;
        char *tmp;
-       int idx;
+       unsigned int idx;
 
        DENTER_FUNCTION(DLEVEL_STABLE);
        DCHECK_PARAM_PTR("tb", tb);



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to