This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#12085 - Correction of iap.c to avoid sending useless data to an accessory, and allow larger playlists names
Attached to Project:
Rockbox
Opened by Ophir Lojkine (lovasoa) - Thursday, 28 April 2011, 22:31 GMT+2
Last edited by Bertrik Sikken (bertrik) - Saturday, 30 April 2011, 11:17 GMT+2
Opened by Ophir Lojkine (lovasoa) - Thursday, 28 April 2011, 22:31 GMT+2
Last edited by Bertrik Sikken (bertrik) - Saturday, 30 April 2011, 11:17 GMT+2
|
DetailsThis patch corrects a bit my previous patch, which has yet been committed (http://www.rockbox.org/tracker/task/12079)
It removes an ugly #define I used, and makes use of the standard MAX_PATH instead. It also send just the needed length when sending a string to the accessory. Before, it sent the entire buffer to the device, whereas now, it stops at the first '\0' (null byte). |
This task depends upon
Closed by Bertrik Sikken (bertrik)
Saturday, 30 April 2011, 11:17 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed as SVN r29796
Saturday, 30 April 2011, 11:17 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed as SVN r29796