linux-nvme / nvme-cli

NVMe management command line interface.
https://nvmexpress.org
GNU General Public License v2.0
1.45k stars 650 forks source link

nvme-print: use LC_MEASUREMENT to check fahrenheit temperature #2458

Closed ikegami-t closed 1 month ago

ikegami-t commented 1 month ago

Previously used LC_ALL so not checked correctly if LC_MEASUREMENT set.

ikegami-t commented 1 month ago

Fix for the issue #2456.

igaw commented 1 month ago

Thanks for following up on this one!