Index: import_sch.c =================================================================== --- import_sch.c (revision 18639) +++ import_sch.c (revision 18640) @@ -280,6 +280,7 @@ nsources++; sprintf(sname, "import::src%d", nsources); PCB_ACT_CONVARG(start+n, FGW_STR, Import, src = argv[start+n].val.str); + src = pcb_attrib_get(PCB, sname); n++; } while (src); @@ -291,6 +292,7 @@ nsources++; sprintf(sname, "import::src%d", nsources); PCB_ACT_CONVARG(start+n, FGW_STR, Import, src = argv[start+n].val.str); + src = pcb_attrib_get(PCB, sname); n++; sources[nsources] = src; } while (src);