1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-26 12:27:52 +00:00

Merge branch 'master' of git.omp.am:/home/omp/git/conky

This commit is contained in:
Cesare Tirabassi 2009-07-24 11:32:02 +02:00
commit 0081fcab60

View File

@ -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);
}
}
fclose(acpi_bat_fp[idx]);
} else {
/* APM */
if (apm_bat_fp[idx] == NULL) {