Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/etox

Dir     : e17/libs/etox/src


Modified Files:
        etox.c 


Log Message:
Fix an off-by-one error.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/src/etox.c,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -3 -r1.85 -r1.86
--- etox.c      10 Jul 2004 19:22:11 -0000      1.85
+++ etox.c      10 Jul 2004 19:35:01 -0000      1.86
@@ -1160,8 +1160,7 @@
                        evas_object_show(bit);
 
                        *walk = '\t';
-                       walk++;
-                       text = walk;
+                       text = walk + 1;
                        t = *text;
 
                        /*




-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to