summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2007-02-25 19:01:32 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2007-02-25 19:01:32 +0000
commitfcf8145fee8b4952d5d6c88d2b50402d4a81d775 (patch)
tree73b6cadae81f1393fbd90cef991914f183009cbd /firmware
parente53e67014f93e4d5188620bd2219bc654d533bf4 (diff)
Fixed database export crashing with long tags. And failing without DB loaded to RAM due to the recently added new tags in DB, thus reaching the fd limit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12481 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/include/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/include/file.h b/firmware/include/file.h
index 7b4b99aa79..989f50a283 100644
--- a/firmware/include/file.h
+++ b/firmware/include/file.h
@@ -25,7 +25,7 @@
#undef MAX_PATH /* this avoids problems when building simulator */
#define MAX_PATH 260
-#define MAX_OPEN_FILES 8
+#define MAX_OPEN_FILES 11
#ifndef SEEK_SET
#define SEEK_SET 0