Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/canvas


Modified Files:
        evas_object_text.c 


Log Message:


valgrindy goodness

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/canvas/evas_object_text.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- evas_object_text.c  16 Jul 2003 05:12:46 -0000      1.14
+++ evas_object_text.c  17 Jul 2003 10:35:13 -0000      1.15
@@ -863,7 +863,7 @@
 evas_object_text_char_pos_get(Evas_Object *obj, int pos, double *cx, double *cy, 
double *cw, double *ch)
 {
    Evas_Object_Text *o;
-   int ret, x, y, w, h;
+   int ret, x = 0, y = 0, w = 0, h = 0;
    int inset;
    
    MAGIC_CHECK(obj, Evas_Object, MAGIC_OBJ);
@@ -916,7 +916,7 @@
 evas_object_text_char_coords_get(Evas_Object *obj, double x, double y, double *cx, 
double *cy, double *cw, double *ch)
 {
    Evas_Object_Text *o;
-   int ret, rx, ry, rw, rh;
+   int ret, rx = 0, ry = 0, rw = 0, rh = 0;
    int inset;
       
    MAGIC_CHECK(obj, Evas_Object, MAGIC_OBJ);




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to