summaryrefslogtreecommitdiff
path: root/menus.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-09-04 09:11:44 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-09-04 09:11:44 -0400
commit39d501c681b65b27e3bfebdb37517637429ea9c9 (patch)
treefd398af857cd32b65de6df63feaadb54db2a1f2d /menus.c
parentc8044753779bcf3bf2090e09465e47606db3de6f (diff)
added message broadcasts
Diffstat (limited to 'menus.c')
-rw-r--r--menus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/menus.c b/menus.c
index f7ce069..6407d2b 100644
--- a/menus.c
+++ b/menus.c
@@ -2461,7 +2461,7 @@ static void Submenu_Service_Encoder(int encoder_change)
/* isolate the exponent and non-exponent parts */
gchar *expon = g_strdup (num_string+5);
-
+
num_string[5]=0;
/* remove the decimal */