diff options
| author | Dave Chapman <dave@dchapman.com> | 2007-03-06 09:49:09 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2007-03-06 09:49:09 +0000 |
| commit | dc1fc3c51bf29cd36b71674aeb9319eefeed2376 (patch) | |
| tree | 4f90f7aa17caa7dd0a3b954e3790386a6b447a58 | |
| parent | 582d02dbdf501c7ffe62adf793e3f83e6dacf1c2 (diff) | |
| download | rockbox-dc1fc3c51bf29cd36b71674aeb9319eefeed2376.zip rockbox-dc1fc3c51bf29cd36b71674aeb9319eefeed2376.tar.gz rockbox-dc1fc3c51bf29cd36b71674aeb9319eefeed2376.tar.bz2 rockbox-dc1fc3c51bf29cd36b71674aeb9319eefeed2376.tar.xz | |
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
| -rw-r--r-- | bootloader/ipod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/ipod.c b/bootloader/ipod.c index 8c0d4fa..c2f7a83 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(); |