summaryrefslogtreecommitdiff
path: root/apps/plugins/wavrecord.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/wavrecord.c')
-rw-r--r--apps/plugins/wavrecord.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/wavrecord.c b/apps/plugins/wavrecord.c
index 91ce9c92f6..90ee1b4b8f 100644
--- a/apps/plugins/wavrecord.c
+++ b/apps/plugins/wavrecord.c
@@ -3652,7 +3652,7 @@ static int record_file(char *filename)
3652 recording = false; 3652 recording = false;
3653 saving = true; 3653 saving = true;
3654 } 3654 }
3655 rb->lcd_puts(0, 2, "Bytes: %d", num_rec_bytes); 3655 rb->lcd_putsf(0, 2, "Bytes: %d", num_rec_bytes);
3656 rb->lcd_update(); 3656 rb->lcd_update();
3657 } 3657 }
3658 /* read sample rate from MAS */ 3658 /* read sample rate from MAS */