Index: conf_act.c =================================================================== --- conf_act.c (revision 24881) +++ conf_act.c (revision 24882) @@ -271,11 +271,11 @@ PCB_ACT_CONVARG(1, FGW_STR, ChkGridSize, dst = argv[1].val.str); if (strcmp(dst, "none") == 0) { - PCB_ACT_IRES(PCB->Grid <= 300); + PCB_ACT_IRES(PCB->hidlib.grid <= 300); return 0; } - PCB_ACT_IRES(PCB->Grid == pcb_get_value_ex(dst, NULL, NULL, NULL, NULL, NULL)); + PCB_ACT_IRES(PCB->hidlib.grid == pcb_get_value_ex(dst, NULL, NULL, NULL, NULL, NULL)); return 0; }