added missing quotes on return value in abs_sym_path

This commit is contained in:
Stefan Frederik 2021-12-19 10:11:54 +01:00
parent 9d88d23bae
commit 382cba1fda
2 changed files with 2 additions and 2 deletions

View File

@ -3130,7 +3130,7 @@ proc abs_sym_path {fname {ext {} } } {
if {$name eq {} } {
set name "$curr_dirname/$fname"
}
return $name
return "$name"
}
proc add_ext {fname ext} {

View File

@ -190,7 +190,7 @@ proc netlist_test {} {
proc xschemtest {{view 0}} {
set t [time {
## make sure ERC window wil not pop up above schematic while doing tests
## make sure ERC window will not pop up above schematic while doing tests
wm deiconify .infotext
lower .infotext