summaryrefslogtreecommitdiff
path: root/apps/plugins/rockbox_flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockbox_flash.c')
-rw-r--r--apps/plugins/rockbox_flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/rockbox_flash.c b/apps/plugins/rockbox_flash.c
index fbdfdbd7ee..deccb47bb9 100644
--- a/apps/plugins/rockbox_flash.c
+++ b/apps/plugins/rockbox_flash.c
@@ -693,7 +693,7 @@ void DoUserDialog(char* filename)
693 crc = CheckBootloader(); 693 crc = CheckBootloader();
694 if (crc) /* outdated version found */ 694 if (crc) /* outdated version found */
695 { 695 {
696 rb->snprintf(buf, sizeof(buf), "(check=0x%08x)", crc); 696 rb->snprintf(buf, sizeof(buf), "(check=0x%08lx)", crc);
697 rb->lcd_puts(0, 0, buf); 697 rb->lcd_puts(0, 0, buf);
698 rb->lcd_puts(0, 1, "Hint: You're not "); 698 rb->lcd_puts(0, 1, "Hint: You're not ");
699 rb->lcd_puts(0, 2, "using the latest "); 699 rb->lcd_puts(0, 2, "using the latest ");