Index: obj_hash.h =================================================================== --- obj_hash.h (revision 31010) +++ obj_hash.h (revision 31011) @@ -90,8 +90,8 @@ { pcb_hash_tr_coords(tr1, &x1, &y1, x1, y1); pcb_hash_tr_coords(tr2, &x2, &y2, x2, y2); - if (x1 != x2) return pcb_true; - if (y1 != y2) return pcb_true; - return pcb_false; + if (x1 != x2) return rnd_true; + if (y1 != y2) return rnd_true; + return rnd_false; }