Index: parse_l.c =================================================================== --- parse_l.c (revision 30949) +++ parse_l.c (revision 30950) @@ -2811,7 +2811,7 @@ /* load config nodes not disabled above, from optional attributes */ io_pcb_attrib_a2c(Ptr); - pcb_conf_update(NULL, -1); + rnd_conf_update(NULL, -1); } if (retval == 0) { /* restore loader so the next save will use the same units */ Index: parse_l.l =================================================================== --- parse_l.l (revision 30949) +++ parse_l.l (revision 30950) @@ -428,7 +428,7 @@ /* load config nodes not disabled above, from optional attributes */ io_pcb_attrib_a2c(Ptr); - pcb_conf_update(NULL, -1); + rnd_conf_update(NULL, -1); } if (retval == 0) { /* restore loader so the next save will use the same units */