summaryrefslogtreecommitdiff
path: root/system/wmgtemp/bugfix.diff
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-08-16 08:48:11 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-08-20 07:50:03 +0700
commite517e6e1f8b2994eb00abaed4d6d6bb02582ee4c (patch)
tree568c2cdb0b1900a75fc40e08a21116a3de43c2a4 /system/wmgtemp/bugfix.diff
parente63ab9ad48e4110b5da528e02ec57850d7a003bc (diff)
downloadslackbuilds-e517e6e1f8b2994eb00abaed4d6d6bb02582ee4c.tar.gz
system/wmgtemp: New maintainer, minor fixes.
Diffstat (limited to 'system/wmgtemp/bugfix.diff')
-rw-r--r--system/wmgtemp/bugfix.diff14
1 files changed, 14 insertions, 0 deletions
diff --git a/system/wmgtemp/bugfix.diff b/system/wmgtemp/bugfix.diff
new file mode 100644
index 0000000000..19916400c8
--- /dev/null
+++ b/system/wmgtemp/bugfix.diff
@@ -0,0 +1,14 @@
+diff -Naur wmgtemp-1.1/src/wmgtemp.c wmgtemp-1.1.patched/src/wmgtemp.c
+--- wmgtemp-1.1/src/wmgtemp.c 2010-06-21 06:54:37.000000000 -0400
++++ wmgtemp-1.1.patched/src/wmgtemp.c 2016-08-16 08:38:01.208866564 -0400
+@@ -90,8 +90,8 @@
+ int SUBFEAT_NUM_CPU = 0;
+ int SUBFEAT_NUM_SYS = 0;
+
+-double cpu_history[59];
+-double sys_history[59];
++double cpu_history[60];
++double sys_history[60];
+
+ double display_min = 20;
+ double display_max = 35;