Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : libs/etox

Dir     : e17/libs/etox/src


Modified Files:
        etox.c 


Log Message:
I know we dont use this anymore, but lets fix it so that it compiles, just in 
case.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/src/etox.c,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -3 -r1.113 -r1.114
--- etox.c      5 Feb 2005 02:58:54 -0000       1.113
+++ etox.c      23 Jul 2005 12:07:09 -0000      1.114
@@ -866,7 +866,7 @@
                return sum;
 
        if (!line)
-               line = et->lines->last->data;
+               line = (evas_list_last(et->lines))->data;
 
        /*
         * Bring the coordinate into the line if it falls outside, this may




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to