From b08ad5eb48f2d9370b994e9bb8a4951de6580b81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Sat, 28 Aug 2010 21:54:24 +0000 Subject: fix r27926 : lcd_puts() not changed to lcd_putsf() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27928 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/wavrecord.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/wavrecord.c') diff --git a/apps/plugins/wavrecord.c b/apps/plugins/wavrecord.c index 91ce9c9..90ee1b4 100644 --- a/apps/plugins/wavrecord.c +++ b/apps/plugins/wavrecord.c @@ -3652,7 +3652,7 @@ static int record_file(char *filename) recording = false; saving = true; } - rb->lcd_puts(0, 2, "Bytes: %d", num_rec_bytes); + rb->lcd_putsf(0, 2, "Bytes: %d", num_rec_bytes); rb->lcd_update(); } /* read sample rate from MAS */ -- cgit v1.1