Index: fidocadj.c =================================================================== --- fidocadj.c (revision 8412) +++ fidocadj.c (revision 8413) @@ -64,11 +64,11 @@ /* other HIDs expect this to be first. */ {"outfile", "Output file name", - HID_String, 0, 0, {0, 0, 0}, 0, 0}, + PCB_HATT_STRING, 0, 0, {0, 0, 0}, 0, 0}, #define HA_fidocadjfile 0 {"libfile", "path to PCB.fcl", - HID_String, 0, 0, {0, 0, 0}, 0, 0}, + PCB_HATT_STRING, 0, 0, {0, 0, 0}, 0, 0}, #define HA_libfile 1 };