Index: lib_hid_pcbui.c =================================================================== --- lib_hid_pcbui.c (revision 30948) +++ lib_hid_pcbui.c (revision 30949) @@ -104,7 +104,7 @@ for(rp = paths, n = 0; *rp != NULL; rp++, n++) { memset(&cb[n], 0, sizeof(cb[0])); cb[n].val_change_post = update_cb; - nat = pcb_conf_get_field(*rp); + nat = rnd_conf_get_field(*rp); if (nat != NULL) pcb_conf_hid_set_cb(nat, conf_id, &cb[n]); }