From kde-commits Mon Oct 06 19:10:35 2003 From: George Staikos Date: Mon, 06 Oct 2003 19:10:35 +0000 To: kde-commits Subject: kdeutils/klaptopdaemon X-MARC-Message: https://marc.info/?l=kde-commits&m=106546746824690 CVS commit by staikos: off-by-one M +2 -2 portable.cpp 1.82 --- kdeutils/klaptopdaemon/portable.cpp #1.81:1.82 @@ -900,5 +900,5 @@ int laptop_portable::has_hibernation() { if (::has_pmu()) - return 1; + return 0; if (::has_software_suspend(1)) // must be before acpi return 1;