mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 08:11:39 +00:00
bug fix, bad copy paste
This commit is contained in:
parent
b3b734d87a
commit
6ce9149bb1
2
inxi
2
inxi
|
@ -8745,7 +8745,7 @@ sub create_output {
|
|||
$rows[$j]{main::key($num++,1,2,'block size')} = '';
|
||||
$rows[$j]{main::key($num++,0,3,'physical')} = $row{'block-physical'} . ' B';
|
||||
$rows[$j]{main::key($num++,0,3,'logical')} = ($row{'block-logical'}) ? $row{'block-logical'} . ' B' : 'N/A';
|
||||
}}
|
||||
}
|
||||
if ($extra > 1 && $row{'speed'}){
|
||||
if ($row{'sata'}){
|
||||
$rows[$j]{main::key($num++,0,2,'sata')} = $row{'sata'};
|
||||
|
|
Loading…
Reference in a new issue