fix typo in proc edit_vi_prop

This commit is contained in:
Stefan Frederik 2021-11-17 11:08:25 +01:00
parent 2604db125a
commit ed87f28b23
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}