Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#11751 - increase buffer size of some settings.

Attached to Project: Rockbox
Opened by Teruaki Kawashima (teru) - Friday, 12 November 2010, 13:08 GMT+2
Last edited by Teruaki Kawashima (teru) - Monday, 15 November 2010, 13:38 GMT+2
Task Type Patches
Category Settings
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Release 3.6
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

some setting items store full path while some other setting items store just filename without extension.
so it doesn't make much sense to use same storage size (MAX_FILENAME+1=33) for both type of setting, and it already seems to cause issue on RaaA (see  FS#11575 ).
this patch increase buffer size of settings bellow to 80+1.
- rec_directory
- playlist_catalog_dir
- start_directory
   max_pathname.diff (2.4 KiB)
 apps/onplay.c   |    3 ++-
 apps/settings.h |    7 ++++---
 apps/plugin.h   |    4 ++--
 3 files changed, 8 insertions(+), 6 deletions(-)

This task depends upon

Closed by  Teruaki Kawashima (teru)
Monday, 15 November 2010, 13:38 GMT+2
Reason for closing:  Accepted

Loading...