Index: io_tedax.c =================================================================== --- io_tedax.c (revision 30821) +++ io_tedax.c (revision 30822) @@ -182,7 +182,7 @@ {"SaveTedax", pcb_act_Savetedax, pcb_acth_Savetedax, pcb_acts_Savetedax} }; -static int io_tedax_parse_element(pcb_plug_io_t *ctx, pcb_data_t *Ptr, const char *name) +static int io_tedax_parse_element(pcb_plug_io_t *ctx, pcb_data_t *Ptr, const char *name, const char *subfpname) { return tedax_fp_load(Ptr, name, 0, NULL, 0); }