Index: drc_query.c =================================================================== --- drc_query.c (revision 31489) +++ drc_query.c (revision 31490) @@ -737,6 +737,9 @@ } } + if (ires == 0) + pcb_board_set_changed_flag(rnd_true); + free(autofree); RND_ACT_IRES(ires); return 0;