Index: trunk/src_plugins/mincut/rats_mincut.c =================================================================== --- trunk/src_plugins/mincut/rats_mincut.c (revision 12726) +++ trunk/src_plugins/mincut/rats_mincut.c (revision 12727) @@ -70,6 +70,10 @@ pcb_any_obj_t *curr = current_obj, *from = from_obj; short_conn_t *s; +#warning find.c TODO: won't be needed after the big rewrite + if (from_type == 32) /* rat line is often rat point and has no ID */ + from = NULL; + s = malloc(sizeof(short_conn_t)); if (from != NULL) { s->from_type = from_type;