summaryrefslogtreecommitdiffstats
path: root/redhat/kdeedu/kdeedu-3.5.13-fix_linear_alphabet.patch
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/kdeedu/kdeedu-3.5.13-fix_linear_alphabet.patch')
-rw-r--r--redhat/kdeedu/kdeedu-3.5.13-fix_linear_alphabet.patch51
1 files changed, 51 insertions, 0 deletions
diff --git a/redhat/kdeedu/kdeedu-3.5.13-fix_linear_alphabet.patch b/redhat/kdeedu/kdeedu-3.5.13-fix_linear_alphabet.patch
new file mode 100644
index 000000000..9ae2d7aa4
--- /dev/null
+++ b/redhat/kdeedu/kdeedu-3.5.13-fix_linear_alphabet.patch
@@ -0,0 +1,51 @@
+commit 0cd3b7cec9eed70d39e1ae884d76db585790c9a3
+Author: Timothy Pearson <kb9vqf@pearsoncomputing.net>
+Date: 1327530864 -0600
+
+ Fix linear alphabet string errors
+
+diff --git a/kstars/kstars/indi/base64.c b/kstars/kstars/indi/base64.c
+index e83db54..2842451 100644
+--- a/kstars/kstars/indi/base64.c
++++ b/kstars/kstars/indi/base64.c
+@@ -30,7 +30,7 @@
+ #include "base64.h"
+
+ static const char base64digits[] =
+- "ABCDEFGHIJKLMNOPTQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
++ "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
+
+ #define BAD (-1)
+ static const char base64val[] = {
+diff --git a/ktouch/extras/training-gen/perl/dk.config b/ktouch/extras/training-gen/perl/dk.config
+index 46d7edd..409a07c 100644
+--- a/ktouch/extras/training-gen/perl/dk.config
++++ b/ktouch/extras/training-gen/perl/dk.config
+@@ -16,4 +16,4 @@ wn
+ cæ
+ x
+ ,.
+-ABCDEFGHIJKLMNOPTQRSTUVWYZÆØÅ
+\ No newline at end of file
++ABCDEFGHIJKLMNOPQRSTUVWYZÆØÅ
+\ No newline at end of file
+diff --git a/ktouch/extras/training-gen/perl/en.config b/ktouch/extras/training-gen/perl/en.config
+index cca1346..bb5df1a 100644
+--- a/ktouch/extras/training-gen/perl/en.config
++++ b/ktouch/extras/training-gen/perl/en.config
+@@ -12,4 +12,4 @@ qu
+ wn
+ cx
+ yz
+-ABCDEFGHIJKLMNOPTQRSTUVWXYZ
++ABCDEFGHIJKLMNOPQRSTUVWXYZ
+diff --git a/ktouch/extras/training-gen/perl/es.config b/ktouch/extras/training-gen/perl/es.config
+index 1efd7b7..49b8b32 100644
+--- a/ktouch/extras/training-gen/perl/es.config
++++ b/ktouch/extras/training-gen/perl/es.config
+@@ -14,4 +14,4 @@ qu
+ wnñ
+ cx
+ yz
+-ABCDEFGHIJKLMNOPTQRSTUVWXYZ
++ABCDEFGHIJKLMNOPQRSTUVWXYZ