From 6bd82d35f03e3cf666b632258e0f534c99ff5501 Mon Sep 17 00:00:00 2001 From: Robert Hak Date: Fri, 4 Oct 2002 07:39:46 +0000 Subject: bumped up the CONFIG_BLOCK_VERSION so that volume setting corrects git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2494 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/settings.c b/apps/settings.c index 2667df743b..cc09d60884 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -51,7 +51,7 @@ struct user_settings global_settings; char rockboxdir[] = ROCKBOX_DIR; /* config/font/data file directory */ -#define CONFIG_BLOCK_VERSION 1 +#define CONFIG_BLOCK_VERSION 2 #define CONFIG_BLOCK_SIZE 512 #define RTC_BLOCK_SIZE 44 -- cgit v1.2.3