Two missed cases
authorTilghman Lesher <tilghman@meg.abyt.es>
Sat, 3 Jun 2006 02:18:59 +0000 (02:18 +0000)
committerTilghman 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

index 0145eb9..b8568dc 100644 (file)
@@ -74,10 +74,10 @@ static char *morsecode[] = {
        "--..--", /* 44 - , */
        "-....-", /* 45 - - */
        ".-.-.-", /* 46 - . */
-       "-··-·",  /* 47 - / */
+       "-..-.",  /* 47 - / */
        "-----", ".----", "..---", "...--", "....-", ".....", "-....", "--...", "---..", "----.", /* 48-57 - 0-9 */
        "---...", /* 58 - : */
-       "-·-·-·", /* 59 - ; */
+       "-.-.-.", /* 59 - ; */
        "",       /* 60 - < */
        "-...-",  /* 61 - = */
        "",       /* 62 - > */