diff simtool/pbupd_imm.c @ 43:52ec2d3eb851

encode_phone_number_arg() now supports both encoding modes
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 12 Feb 2021 23:36:47 +0000
parents b8d27c72747a
children
line wrap: on
line diff
--- a/simtool/pbupd_imm.c	Fri Feb 12 23:02:09 2021 +0000
+++ b/simtool/pbupd_imm.c	Fri Feb 12 23:36:47 2021 +0000
@@ -26,7 +26,7 @@
 	}
 	memset(record, 0xFF, curfile_record_len);
 	fixp = record + curfile_record_len - 14;
-	rc = encode_phone_number_arg(argv[3], fixp);
+	rc = encode_phone_number_arg(argv[3], fixp, 0);
 	if (rc < 0)
 		return(rc);
 	if (argv[4]) {