Code

sensors plugin: Fix the return status of `sensors_snprintf_chip_name'.
authorFlorian Forster <octo@verplant.org>
Fri, 18 Apr 2008 05:23:48 +0000 (07:23 +0200)
committerFlorian Forster <octo@verplant.org>
Fri, 18 Apr 2008 05:23:48 +0000 (07:23 +0200)
commita67c726a4c669088eb40da491d9d41826e1388a9
tree1f4a99194304ce020498648a525cd8859fc9da66
parentf1075c2272062a581dabbc4fb4411c5d1f97acc5
sensors plugin: Fix the return status of `sensors_snprintf_chip_name'.

The function should return <0 only if an error occured, but in two out of three
branches the initial status of -1 was not modified. This may have rendered the
sensors plugin unusable for some people.
src/sensors.c