forked from hummypkg/webif
Expand \x sequences from lsof to UTF-8
This commit is contained in:
parent
a5fa577099
commit
be1b26378e
@ -83,7 +83,7 @@ proc get_data {} {
|
||||
regsub -- { \([^\)]+\)$} $line "" line
|
||||
set ext [file extension $line]
|
||||
if {$ext ni $exts} continue
|
||||
set file [string range $line 1 end]
|
||||
set file [subst [string range $line 1 end]]
|
||||
# Skip HD-Fox TSR buffer
|
||||
if {$file eq "/media/drive1/.tsr/0.ts"} {
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user