Enlightenment CVS committal
Author : rbdpngn
Project : e17
Module : libs/etox
Dir : e17/libs/etox/src
Modified Files:
etox_line.c
Log Message:
Fix a potential wrapping loop.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/src/etox_line.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -3 -r1.39 -r1.40
--- etox_line.c 19 Jul 2004 05:19:32 -0000 1.39
+++ etox_line.c 24 Aug 2004 14:44:55 -0000 1.40
@@ -434,7 +434,7 @@
}
/* Wrap if we've found a reasonable position */
- if (index >= 0) {
+ if (index > 0) {
etox_line_split(line, bit, index);
ll = evas_list_find_list(et->lines, line);
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs