Index: plug_footprint.c =================================================================== --- plug_footprint.c (revision 7932) +++ plug_footprint.c (revision 7933) @@ -352,7 +352,7 @@ /* Next read in any footprints in the top level dir */ res = -1; - PCB_HOOK_CALL(pcb_plug_fp_t, pcb_plug_fp_chain, load_dir, res, >= 0, (self, toppath)); + PCB_HOOK_CALL(pcb_plug_fp_t, pcb_plug_fp_chain, load_dir, res, >= 0, (self, toppath, 0)); if (res >= 0) n_footprints += res; else