diff options
Diffstat (limited to 'conky-irc/MAX_SP.patch')
-rw-r--r-- | conky-irc/MAX_SP.patch | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/conky-irc/MAX_SP.patch b/conky-irc/MAX_SP.patch index 9c75fbc99..29145a07e 100644 --- a/conky-irc/MAX_SP.patch +++ b/conky-irc/MAX_SP.patch @@ -1,12 +1,11 @@ -diff -ru3 conky-1.10.1/src/top.h ../conky-1.10.1/src/top.h ---- conky-1.10.1/src/top.h 2015-11-18 16:47:45.000000000 +0100 -+++ ../conky-1.10.1/src/top.h 2015-11-20 20:29:25.993328891 +0100 -@@ -75,7 +75,7 @@ +--- conky-1.11.0/src/top.h 2018-12-02 19:26:02.000000000 +0100 ++++ conky-1.11.0/src/top.h 2018-12-02 22:11:18.515668790 +0100 +@@ -73,7 +73,7 @@ * and it'll take me a while to write a replacement. */ #define BUFFER_LEN 1024 --#define MAX_SP 10 // number of elements to sort -+#define MAX_SP 20 // number of elements to sort +-#define MAX_SP 10 // number of elements to sort ++#define MAX_SP 20 // number of elements to sort /****************************************** * Process class * |