summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-03-13 17:12:07 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-03-13 17:12:07 +0000
commit06883bbcb980fde1194f080a2cbc4a2d8743dac7 (patch)
tree22a739b31e5d5a2cc4d2d920d78a0e882cc85380
parentbaee14e398876f162a959775ac83ebd7c78f6b42 (diff)
downloadrockbox-06883bbcb980fde1194f080a2cbc4a2d8743dac7.tar.gz
rockbox-06883bbcb980fde1194f080a2cbc4a2d8743dac7.zip
Bumped the settings block revision number, to force a reset of the settings for those who still experience the dir buffer full error
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4377 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 55dcc0aa78..dfd211e3fa 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -68,7 +68,7 @@ char rockboxdir[] = ROCKBOX_DIR; /* config/font/data file directory */
char rec_base_directory[] = REC_BASE_DIR;
-#define CONFIG_BLOCK_VERSION 9
+#define CONFIG_BLOCK_VERSION 10
#define CONFIG_BLOCK_SIZE 512
#define RTC_BLOCK_SIZE 44