diff options
Diffstat (limited to 'apps/plugins/vbrfix.c')
| -rw-r--r-- | apps/plugins/vbrfix.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/plugins/vbrfix.c b/apps/plugins/vbrfix.c index 71c502b..98ca15b 100644 --- a/apps/plugins/vbrfix.c +++ b/apps/plugins/vbrfix.c @@ -29,10 +29,7 @@ char tmpname[MAX_PATH]; static void xingupdate(int percent) { - char buf[32]; - - rb->snprintf(buf, 32, "%d%%", percent); - rb->lcd_puts(0, 1, buf); + rb->lcd_putsf(0, 1, "%d%%", percent); rb->lcd_update(); } |