Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/etox

Dir     : e17/libs/etox/src


Modified Files:
        etox_line.c 


Log Message:


be valid c damnit! :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/src/etox_line.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -3 -r1.49 -r1.50
--- etox_line.c 29 Jan 2005 03:46:09 -0000      1.49
+++ etox_line.c 1 Feb 2005 07:38:46 -0000       1.50
@@ -450,8 +450,8 @@
    ok= 1;
    for (ll = line->bits; ll; ll = ll->next)
      {
-       bit = ll->data;
        char *tmp;
+       bit = ll->data;
        
        tmp = etox_style_get_text(bit);
        evas_object_geometry_get(bit, &x, &y, &w, &h);




-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to