Index: bom2.c =================================================================== --- bom2.c (revision 38008) +++ bom2.c (revision 38009) @@ -130,7 +130,7 @@ return NULL; } -static int print_bom(const template_t *templ, const char *format_name) +static int print_bom(const template_t *templ) { FILE *f; subst_ctx_t ctx = {0}; @@ -184,7 +184,7 @@ } bom_init_template(&templ, *tid); - print_bom(&templ, options[HA_format].str); + print_bom(&templ); pcb_cam_end(&cam); }