*** empty log message ***

svn path=/trunk/boinc/; revision=3221
This commit is contained in:
David Anderson 2004-04-04 08:56:52 +00:00
parent 6d5b9ba584
commit aeced6ade6
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ bool HOST_INFO::host_is_running_on_batteries() {
if (fapm) { // Then we're using APM! Yay.
// Supposedly we're on batteries if the 5th entry is zero.
//
fscanf(f, "%10s %d.%d %x %x",
fscanf(fapm, "%10s %d.%d %x %x",
apm_driver_version,
&apm_major_version,
&apm_minor_version,