summaryrefslogtreecommitdiff
path: root/apps/plugins/vbrfix.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/vbrfix.c')
-rw-r--r--apps/plugins/vbrfix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/vbrfix.c b/apps/plugins/vbrfix.c
index 768ec9d99f..88f0a6579e 100644
--- a/apps/plugins/vbrfix.c
+++ b/apps/plugins/vbrfix.c
@@ -37,7 +37,7 @@ static void xingupdate(int percent)
37 long now = *(rb->current_tick) / HZ; 37 long now = *(rb->current_tick) / HZ;
38 if (now - last_talk >= 5) 38 if (now - last_talk >= 5)
39 { 39 {
40 rb->talk_value(percent, UNIT_PERCENT, false); 40 rb->talk_value_decimal(percent, UNIT_PERCENT, 0, false);
41 last_talk = now; 41 last_talk = now;
42 } 42 }
43 } 43 }