Merge pull request 'Fix extraneous $' (#8) from df/webif:svc.class into master

This commit is contained in:
af123 2020-06-06 21:22:22 +00:00
commit e767f28a8f

View File

@ -1371,7 +1371,7 @@ proc {rsv restore} {file} {
puts " $chan" puts " $chan"
set c [$svc channel $chan] set c [svc channel $chan]
if {$c == 0} { if {$c == 0} {
puts " Cannot map channel name to service." puts " Cannot map channel name to service."
continue continue