diff options
author | Tommie Gannert <tommie@gannert.se> | 2016-08-01 20:28:16 +0100 |
---|---|---|
committer | Tommie Gannert <tommie@gannert.se> | 2016-08-14 12:20:43 +0100 |
commit | a937693cefd664b7f259713ed1fdddc4cc7ad188 (patch) | |
tree | b803904806e251ba2b32d69fbbc1a562e9e97544 /yajl-fallback/yajl | |
parent | 7728cff37044943b05c4f9de5e9c6ef3d9e14a12 (diff) |
Simplify string comparisons in slurp_battery_info for NetBSD.
Doing strlen(a) == strlen(b) && strncmp(a, b, N) seems to have no
benefits compared to just strcmp(a, b). The NetBSD cstring properties
come from the kernel, not the user.
The test for units did a prefix match, but that looked like a bug, the
unit is "Watt hour" in my Virtual box.
Diffstat (limited to 'yajl-fallback/yajl')
0 files changed, 0 insertions, 0 deletions