Enlightenment CVS committal Author : vacuum Project : e17 Module : libs/etox
Dir : e17/libs/etox/src Modified Files: etox_line.c Log Message: Even though I hear etox is going away, make my compiler happy. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/etox/src/etox_line.c,v retrieving revision 1.52 retrieving revision 1.53 diff -u -3 -r1.52 -r1.53 --- etox_line.c 5 Feb 2005 11:13:05 -0000 1.52 +++ etox_line.c 16 Mar 2005 14:02:20 -0000 1.53 @@ -441,6 +441,7 @@ Evas_Object *bit = NULL, *marker, *split_bit = NULL; Evas_Coord x, w, y, h; int index = -1, ok = 0; + char *tmp; #ifdef DEBUG printf("etox_line_wrap() - trying to wrap line:\n"); @@ -451,7 +452,6 @@ for (ll = line->bits; ll && ok; ll = ll->next) { bit = ll->data; - char *tmp; tmp = etox_style_get_text(bit); evas_object_geometry_get(bit, &x, &y, &w, &h); ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs