1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-20 03:51:18 +00:00
This commit is contained in:
Nikolas Garofil 2009-07-24 11:43:53 +02:00
parent fbcd06f767
commit 51f77cb525

View File

@ -1796,6 +1796,7 @@ void get_battery_stuff(char *buffer, unsigned int n, const char *bat, int item)
}
}
fclose(acpi_bat_fp[idx]);
acpi_bat_fp[idx] = NULL;
} else {
/* APM */
if (apm_bat_fp[idx] == NULL) {