From dc1fc3c51bf29cd36b71674aeb9319eefeed2376 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Tue, 6 Mar 2007 09:49:09 +0000 Subject: [PATCH] Remove the leading "20" from the version string - it no longer makes sense with the SVN revision number git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12642 a1c6a512-1295-4272-9138-f99709370657 --- bootloader/ipod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootloader/ipod.c b/bootloader/ipod.c index 8c0d4faa85..c2f7a83e83 100644 --- a/bootloader/ipod.c +++ b/bootloader/ipod.c @@ -288,7 +288,7 @@ void* main(void) lcd_setfont(FONT_SYSFIXED); printf("Rockbox boot loader"); - printf("Version: 20%s", version); + printf("Version: %s", version); printf("IPOD version: 0x%08x", IPOD_HW_REVISION); i=ata_init();