Index: asm.c =================================================================== --- asm.c (revision 32114) +++ asm.c (revision 32115) @@ -146,7 +146,7 @@ gds_append(&s, ','); switch(t->type) { case TT_ATTR: - tmp = rnd_attribute_get(&subc->Attributes, t->key); + tmp = pcb_attribute_get(&subc->Attributes, t->key); if (tmp != NULL) gds_append_str(&s, tmp); break; @@ -563,9 +563,9 @@ if (type == PCB_OBJ_SUBC) { int m; row[1] = (char *)sc->refdes; - row[2] = rnd_attribute_get(&sc->Attributes, "footprint"); - row[3] = rnd_attribute_get(&sc->Attributes, "value"); - row[4] = rnd_attribute_get(&sc->Attributes, "asm::comment"); + row[2] = pcb_attribute_get(&sc->Attributes, "footprint"); + row[3] = pcb_attribute_get(&sc->Attributes, "value"); + row[4] = pcb_attribute_get(&sc->Attributes, "asm::comment"); row[5] = ""; for(m = 1; m < 6; m++) if (row[m] == NULL)