Index: ipcd356.c =================================================================== --- ipcd356.c (revision 30904) +++ ipcd356.c (revision 30905) @@ -71,7 +71,7 @@ static int getattr(pcb_any_obj_t *o, const char *key) { - char *val = pcb_attribute_get(&o->Attributes, key); + char *val = rnd_attribute_get(&o->Attributes, key); if (val == NULL) return 0; if (pcb_strcasecmp(val, "yes") == 0) return 1; return 0;