diff options
Diffstat (limited to 'apps/shortcuts.c')
-rw-r--r-- | apps/shortcuts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/shortcuts.c b/apps/shortcuts.c index 2b032f1fd4..fd9d8d0949 100644 --- a/apps/shortcuts.c +++ b/apps/shortcuts.c @@ -51,7 +51,7 @@ #include "playback.h" #endif -#define MAX_SHORTCUT_NAME 32 +#define MAX_SHORTCUT_NAME 64 #define SHORTCUTS_FILENAME ROCKBOX_DIR "/shortcuts.txt" static const char * const type_strings[SHORTCUT_TYPE_COUNT] = { [SHORTCUT_SETTING] = "setting", |