diff uptools/sms-pdu-decode/sms-pdu-decode.c @ 599:18bfc10ba20e

sms-pdu-decode: more prep for pcm-sms-decode addition
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 08 Feb 2020 01:20:45 +0000
parents 9f7a263ad7f0
children 411d1cc14326
line wrap: on
line diff
--- a/uptools/sms-pdu-decode/sms-pdu-decode.c	Sat Feb 08 00:48:28 2020 +0000
+++ b/uptools/sms-pdu-decode/sms-pdu-decode.c	Sat Feb 08 01:20:45 2020 +0000
@@ -88,7 +88,7 @@
 		pdu_length = cc;
 		if (keep_raw_pdu)
 			printf("%s\n\n", input_line);
-		process_pdu();
+		process_pdu(1);
 		putchar('\n');
 		swallow_empty_line();
 	}