Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/canvas


Modified Files:
        evas_object_textblock.c 


Log Message:


um cleanups.

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/canvas/evas_object_textblock.c,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -3 -r1.100 -r1.101
--- evas_object_textblock.c     14 Sep 2005 12:55:02 -0000      1.100
+++ evas_object_textblock.c     14 Sep 2005 13:13:55 -0000      1.101
@@ -1123,11 +1123,10 @@
             if (item)
               {
                  ds = item;
-                 for (ds = item, ss = s1; ss < s2; ss++)
+                 for (ds = item, ss = s1; ss < s2; ss++, ds++)
                    {
                       if ((*ss == '\\') && (ss < (s2 - 1))) ss++;
                       *ds = *ss;
-                      ds++;
                    }
                  *ds = 0;
               }




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to