summaryrefslogtreecommitdiffstats
path: root/redhat/applications/kvirc/bp006-51bbe9e5.diff
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2019-11-03 10:14:46 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2019-11-03 11:16:29 +0100
commitc3350bda33cd4e47c3d13eb7c9dcea757b2a5ec0 (patch)
tree05b16c4c316aad9b0572275b8c32868b2aef7965 /redhat/applications/kvirc/bp006-51bbe9e5.diff
parentc9bb196e3bc20aef636c7478727f24aa7656b3cf (diff)
downloadtde-packaging-c3350bda33cd4e47c3d13eb7c9dcea757b2a5ec0.tar.gz
tde-packaging-c3350bda33cd4e47c3d13eb7c9dcea757b2a5ec0.zip
RPM: remove lots of obsolete 3.5.13.x files
Diffstat (limited to 'redhat/applications/kvirc/bp006-51bbe9e5.diff')
-rw-r--r--redhat/applications/kvirc/bp006-51bbe9e5.diff32
1 files changed, 0 insertions, 32 deletions
diff --git a/redhat/applications/kvirc/bp006-51bbe9e5.diff b/redhat/applications/kvirc/bp006-51bbe9e5.diff
deleted file mode 100644
index 5909e9948..000000000
--- a/redhat/applications/kvirc/bp006-51bbe9e5.diff
+++ /dev/null
@@ -1,32 +0,0 @@
-commit 51bbe9e5da9c9ebf2109ab59f98d182c3ee23d86
-Author: Timothy Pearson <kb9vqf@pearsoncomputing.net>
-Date: 1327529886 -0600
-
- Fix linear alphabet string errors
-
-diff --git a/src/kvilib/core/kvi_string.cpp b/src/kvilib/core/kvi_string.cpp
-index 54a1c4a..a02d6c7 100644
---- a/src/kvilib/core/kvi_string.cpp
-+++ b/src/kvilib/core/kvi_string.cpp
-@@ -1342,7 +1342,7 @@ int KviStr::hexToBuffer(char ** buffer,bool bNullToNewlines)
- return len;
- }
-
--static const char * base64_chars = "ABCDEFGHIJKLMNOPTQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
-+static const char * base64_chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
-
-
- void KviStr::bufferToBase64(const char * buffer,int len)
-diff --git a/src/modules/rijndael/libkvirijndael.cpp b/src/modules/rijndael/libkvirijndael.cpp
-index 2bd8e6e..e9c7051 100644
---- a/src/modules/rijndael/libkvirijndael.cpp
-+++ b/src/modules/rijndael/libkvirijndael.cpp
-@@ -471,7 +471,7 @@
- */
- }
-
-- static unsigned char fake_base64[]="./0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPTQRSTUVWXYZ";
-+ static unsigned char fake_base64[]="./0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
-
- unsigned int fake_base64dec(unsigned char c)
- {