Index: trunk/src/change_act.c =================================================================== --- trunk/src/change_act.c (revision 2518) +++ trunk/src/change_act.c (revision 2519) @@ -76,7 +76,7 @@ char *units = ACTION_ARG(2); bool absolute; Coord value; - int type; + int type = PCB_TYPE_NONE; void *ptr1, *ptr2, *ptr3; if (function && delta) { @@ -388,7 +388,7 @@ char *units = ACTION_ARG(2); bool absolute; /* indicates if absolute size is given */ Coord value; - int type, tostyle = 0; + int type = PCB_TYPE_NONE, tostyle = 0; void *ptr1, *ptr2, *ptr3; @@ -488,7 +488,7 @@ char *function = ACTION_ARG(0); char *delta = ACTION_ARG(1); char *units = ACTION_ARG(2); - int type; + int type = PCB_TYPE_NONE; void *ptr1, *ptr2, *ptr3; bool absolute;