diff uptools/atcmd/smsend_multmain.c @ 966:ec7e23d5151f

fcup-smsend: add support for backslash escapes, new -e option
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 01 Sep 2023 15:44:52 +0000
parents 2969032bdfac
children 6bf473f77fc4
line wrap: on
line diff
--- a/uptools/atcmd/smsend_multmain.c	Fri Sep 01 07:33:51 2023 +0000
+++ b/uptools/atcmd/smsend_multmain.c	Fri Sep 01 15:44:52 2023 +0000
@@ -141,7 +141,7 @@
 		send_in_text_mode(dest_addr, msgtext);
 		return(0);
 	}
-	rc = latin1_to_gsm7(msgtext, msgtext_gsm7, 160, &msgtext_gsmlen);
+	rc = latin1_to_gsm7(msgtext, msgtext_gsm7, 160, &msgtext_gsmlen, 0);
 	if (rc == -1) {
 		fprintf(stderr,
 			"input line %d: message not valid for GSM7 charset\n",