Index: trunk/src_plugins/import_orcad_net/orcad_net.c =================================================================== --- trunk/src_plugins/import_orcad_net/orcad_net.c (revision 32489) +++ trunk/src_plugins/import_orcad_net/orcad_net.c (revision 32490) @@ -180,7 +180,7 @@ if (s == NULL) break; while(isspace(*s)) s++; - if (strstr(s, "OrCAD/PCB II Netlist") == 0) { + if (strstr(s, "OrCAD/PCB II Netlist") != NULL) { fclose(f); return 100; }