mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
changed EC to None from No
This commit is contained in:
parent
2481e9f7d2
commit
403bc46f6d
2
inxi
2
inxi
|
@ -8183,7 +8183,7 @@ get_ram_data()
|
||||||
if ( $1 == "Error Correction Type") {
|
if ( $1 == "Error Correction Type") {
|
||||||
errorCorrection=$2
|
errorCorrection=$2
|
||||||
if ( errorCorrection == "" ){
|
if ( errorCorrection == "" ){
|
||||||
errorCorrection="No"
|
errorCorrection="None"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ( $1 == "Number of Devices") {
|
if ( $1 == "Number of Devices") {
|
||||||
|
|
Loading…
Reference in a new issue