diff options
Diffstat (limited to 'system/wmgtemp/bugfix.diff')
-rw-r--r-- | system/wmgtemp/bugfix.diff | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/system/wmgtemp/bugfix.diff b/system/wmgtemp/bugfix.diff new file mode 100644 index 000000000000..19916400c844 --- /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; |