2012-05-14 11:40:37 +02:00
|
|
|
---
|
|
|
|
src/main.cpp | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
Index: powertop-2.0/src/main.cpp
|
2012-02-06 15:55:14 +01:00
|
|
|
===================================================================
|
2012-05-14 11:40:37 +02:00
|
|
|
--- powertop-2.0.orig/src/main.cpp
|
|
|
|
+++ powertop-2.0/src/main.cpp
|
|
|
|
@@ -80,7 +80,7 @@ static const struct option long_options[
|
2012-02-06 15:55:14 +01:00
|
|
|
|
|
|
|
static void print_version()
|
|
|
|
{
|
|
|
|
- printf(_("Powertop version" POWERTOP_VERSION ", compiled on "__DATE__ "\n"));
|
|
|
|
+ printf(_("Powertop version" POWERTOP_VERSION "\n"));
|
|
|
|
}
|
|
|
|
|
2012-05-14 11:40:37 +02:00
|
|
|
static bool set_refresh_timeout()
|