From 06883bbcb980fde1194f080a2cbc4a2d8743dac7 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Sat, 13 Mar 2004 17:12:07 +0000 Subject: 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 --- apps/settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') 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 -- cgit