changeset 519:6f8abfe253a4 default tip

gsmhr-dec-craft: works after bugfix
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 01 Sep 2024 20:00:01 +0000
parents 087a88d25ba2
children
files hrutil/dec-craft.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hrutil/dec-craft.c	Sun Sep 01 18:58:02 2024 +0000
+++ b/hrutil/dec-craft.c	Sun Sep 01 20:00:01 2024 +0000
@@ -186,7 +186,7 @@
 			infname, lineno);
 		exit(1);
 	}
-	sf_0_based = fields[1][0] - '0';
+	sf_0_based = fields[1][0] - '1';
 	set_speech_params(6 + sf_0_based * 3, 2);
 }