summaryrefslogtreecommitdiff
path: root/src/print_volume.c
diff options
context:
space:
mode:
authorAlexander Monakov <amonakov@ispras.ru>2014-12-18 18:23:25 +0300
committerMichael Stapelberg <michael@stapelberg.de>2014-12-22 09:19:40 +0100
commit05273b03fda3824bc640319999343040fca81635 (patch)
tree517cf8ea4fcd1aa42a2b2ba30e5033318e4d7c85 /src/print_volume.c
parent3818dabcebea7f98e3dfdfbe5be42374bb60cf88 (diff)
Avoid use of uninitialized variable in print_battery_info
The boolean flag 'watt_as_unit' may be used without being initialized if the configured battery path does not contain expected statistics (for example if it is misconfigured and points to AC adapter info or simply an unrelated file). Even though it does not cause ill effects, it causes a warning (true positive) when running i3status under Valgrind. Initialize the variable to make code well-defined.
Diffstat (limited to 'src/print_volume.c')
0 files changed, 0 insertions, 0 deletions