From 0bc2c6cc2cb2e2ff75626f35bfa33e0a8af15355 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Mon, 4 Oct 2004 13:12:31 +0000 Subject: The prerecord setting had too few bits allocated git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5160 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 b3b9ef1db8..45ea7de072 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -311,7 +311,7 @@ static const struct bit_entry hd_bits[] = "rec left gain", NULL }, /* 0...15 */ {4, S_O(rec_right_gain), 2, /* 0dB */ "rec right gain", NULL }, /* 0...15 */ - {1, S_O(rec_prerecord_time), 0, "prerecording time", NULL }, /* 0...30 */ + {5, S_O(rec_prerecord_time), 0, "prerecording time", NULL }, /* 0...30 */ {1, S_O(rec_directory), 0, /* rec_base_directory */ "rec directory", REC_BASE_DIR ",current" }, #endif -- cgit v1.2.3