Index: build_run.c =================================================================== --- build_run.c (revision 30941) +++ build_run.c (revision 30942) @@ -217,7 +217,7 @@ if (conf_core.design.fab_author && conf_core.design.fab_author[0]) return conf_core.design.fab_author; else - return pcb_get_user_name(); + return rnd_get_user_name(); } /* Catches signals which abort the program. */