Index: trunk/src/plug_footprint_act.c =================================================================== --- trunk/src/plug_footprint_act.c (revision 7974) +++ trunk/src/plug_footprint_act.c (revision 7975) @@ -44,7 +44,7 @@ return 1; } - if (l->type != PCB_FP_DIR) { + if (l->type != LIB_DIR) { pcb_message(PCB_MSG_ERROR, "Library path %s is not a directory\n", argv[0]); return 1; }