Index: trunk/src_plugins/import_dsn/dsn.c =================================================================== --- trunk/src_plugins/import_dsn/dsn.c (revision 35228) +++ trunk/src_plugins/import_dsn/dsn.c (revision 35229) @@ -36,6 +36,7 @@ #include #include "board.h" +#include "conf_core.h" #include "data.h" #include "polygon.h" #include @@ -263,8 +264,7 @@ /* parse the tree: find wiring */ - if (PCB->RouteStyle.used > 0) - clear = PCB->RouteStyle.array[0].Clearance * 2; + clear = conf_core.design.clearance * 2; if (rnd_strcasecmp(dom.root->str, "pcb") == 0) type = TYPE_PCB; else if (strcmp(dom.root->str, "session") == 0)