diff options
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 */ |