Index: trunk/src_plugins/io_mentor_cell/read.c =================================================================== --- trunk/src_plugins/io_mentor_cell/read.c (revision 29191) +++ trunk/src_plugins/io_mentor_cell/read.c (revision 29192) @@ -238,8 +238,9 @@ pcb_coord_t xx, yy, rr; pcb_bool suc1, suc2, suc3; - if (s == NULL) - return -1; + if (s == NULL) + return -1; + sy = strchr(s, ','); if (sy == NULL) return -1;