Index: trunk/src_plugins/fp_wget/edakrill.c =================================================================== --- trunk/src_plugins/fp_wget/edakrill.c (revision 33848) +++ trunk/src_plugins/fp_wget/edakrill.c (revision 33849) @@ -220,9 +220,9 @@ } } if (*line == 'm') { - end = strstr(line, ".cnv.fp "); + end = strstr(line, ".cnv.lht7 "); if (end != NULL) { - end += 7; + end += 9; *end = '\0'; end++; krill.fname = rnd_strdup(line+2); @@ -268,9 +268,9 @@ if (*line == 'm') { line += 2; - end = strstr(line, ".cnv.fp "); /* accept only converted pcb footprints for now */ + end = strstr(line, ".cnv.lht7 "); /* accept only converted pcb footprints for now */ if (end != NULL) { - end += 7; + end += 9; *end = '\0'; end++; strcpy(out, line);