fix typo in proc edit_vi_prop
This commit is contained in:
parent
2604db125a
commit
ed87f28b23
|
|
@ -1361,7 +1361,7 @@ int xschem(ClientData clientdata, Tcl_Interp *interp, int argc, const char * arg
|
|||
cmd_found = 1;
|
||||
tcleval("catch { ngspice::resetdata }");
|
||||
tcleval("load_file_dialog {Load Schematic} .sch.sym INITIALLOADDIR");
|
||||
my_snprintf(fullname, S(fullname),"%s", tclresult());
|
||||
my_snprintf(fullname, S(fullname),"%s", abs_sym_path(tclresult(), ""));
|
||||
if( fullname[0] ) {
|
||||
Tcl_VarEval(interp, "new_window create ", fullname, NULL);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue