projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73a85ff
)
Two missed cases
author
Tilghman Lesher
<tilghman@meg.abyt.es>
Sat, 3 Jun 2006 02:18:59 +0000
(
02:18
+0000)
committer
Tilghman Lesher
<tilghman@meg.abyt.es>
Sat, 3 Jun 2006 02:18:59 +0000
(
02:18
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31691
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_morsecode.c
patch
|
blob
|
history
diff --git
a/apps/app_morsecode.c
b/apps/app_morsecode.c
index
0145eb9
..
b8568dc
100644
(file)
--- a/
apps/app_morsecode.c
+++ b/
apps/app_morsecode.c
@@
-74,10
+74,10
@@
static char *morsecode[] = {
"--..--", /* 44 - , */
"-....-", /* 45 - - */
".-.-.-", /* 46 - . */
- "-··-·", /* 47 - / */
+ "-..-.", /* 47 - / */
"-----", ".----", "..---", "...--", "....-", ".....", "-....", "--...", "---..", "----.", /* 48-57 - 0-9 */
"---...", /* 58 - : */
- "-·-·-·", /* 59 - ; */
+ "-.-.-.", /* 59 - ; */
"", /* 60 - < */
"-...-", /* 61 - = */
"", /* 62 - > */