Allow longer filenames for settings files. (fixes FS #6615)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12184 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6b0fdae0f6
commit
28aa1316d4
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
||||||
#define CONFIGFILE ROCKBOX_DIR "/config.cfg"
|
#define CONFIGFILE ROCKBOX_DIR "/config.cfg"
|
||||||
#define FIXEDSETTINGSFILE ROCKBOX_DIR "/fixed.cfg"
|
#define FIXEDSETTINGSFILE ROCKBOX_DIR "/fixed.cfg"
|
||||||
|
|
||||||
#define MAX_FILENAME 20
|
#define MAX_FILENAME 32
|
||||||
|
|
||||||
|
|
||||||
#define BOOKMARK_NO 0
|
#define BOOKMARK_NO 0
|
||||||
|
|
Loading…
Reference in a new issue