diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-09-04 09:11:44 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-09-04 09:11:44 -0400 |
commit | 39d501c681b65b27e3bfebdb37517637429ea9c9 (patch) | |
tree | fd398af857cd32b65de6df63feaadb54db2a1f2d /menus.c | |
parent | c8044753779bcf3bf2090e09465e47606db3de6f (diff) |
added message broadcasts
Diffstat (limited to 'menus.c')
-rw-r--r-- | menus.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |