mirror of
https://github.com/smxi/inxi.git
synced 2025-09-02 10:39:17 +00:00
new tarball, no version change. Fix for openbsd lspci, it doesn't have the closing [...] data
This commit is contained in:
parent
f8c28ac52d
commit
482338cae2
1 changed files with 1 additions and 1 deletions
2
inxi
2
inxi
|
@ -3580,7 +3580,7 @@ get_audio_data()
|
||||||
modules[audioCard] = modules[audioCard] gensub( /(.*): (.*)/ ,"\\2" ,"g" ,$0 ) ""
|
modules[audioCard] = modules[audioCard] gensub( /(.*): (.*)/ ,"\\2" ,"g" ,$0 ) ""
|
||||||
}
|
}
|
||||||
else if (/^[[:space:]]*I\/O/) {
|
else if (/^[[:space:]]*I\/O/) {
|
||||||
portsTemp = gensub(/\t*I\/O ports at (.*) \[.*\]/,"\\1","g",$0)
|
portsTemp = $4
|
||||||
ports[audioCard] = ports[audioCard] portsTemp " "
|
ports[audioCard] = ports[audioCard] portsTemp " "
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue