Index: act_draw.c =================================================================== --- act_draw.c (revision 20903) +++ act_draw.c (revision 20904) @@ -214,7 +214,7 @@ return 0; flags = pcb_strflg_s2f(sflg, flg_error, NULL, 0); - pstk = pcb_pstk_new(data, proto, x, y, cl, flags); + pstk = pcb_pstk_new(data, -1, proto, x, y, cl, flags); if (pstk != NULL) { res->type = FGW_LONG;