You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.6 KiB
52 lines
1.6 KiB
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
|