Index: mentor_sch.c =================================================================== --- mentor_sch.c (revision 29529) +++ mentor_sch.c (revision 29530) @@ -284,7 +284,7 @@ { if (aspects != IMPORT_ASPECT_NETLIST) return 0; /* only pure netlist import is supported */ - return 10; /* can't tell apart from normal edif; best if the user selects format explicitly */ + return 0; /* can't tell apart from normal edif; best if the user selects format explicitly */ }