mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-27 04:32:55 +00:00
Merge branch 'master' of git.omp.am:/home/omp/git/conky
This commit is contained in:
commit
0081fcab60
@ -1795,6 +1795,7 @@ void get_battery_stuff(char *buffer, unsigned int n, const char *bat, int item)
|
|||||||
strncpy(last_battery_str[idx], "AC", 64);
|
strncpy(last_battery_str[idx], "AC", 64);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
fclose(acpi_bat_fp[idx]);
|
||||||
} else {
|
} else {
|
||||||
/* APM */
|
/* APM */
|
||||||
if (apm_bat_fp[idx] == NULL) {
|
if (apm_bat_fp[idx] == NULL) {
|
||||||
|
Loading…
Reference in New Issue
Block a user