Index: build_run.c =================================================================== --- build_run.c (revision 4853) +++ build_run.c (revision 4854) @@ -140,6 +140,6 @@ if (conf_core.design.fab_author && conf_core.design.fab_author[0]) return conf_core.design.fab_author; else - return get_user_name(); + return pcb_get_user_name(); }