This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9634 - Pictureflow: fix FS#9135 (again, now really)
Attached to Project:
Rockbox
Opened by Thomas Martitz (kugel.) - Saturday, 13 December 2008, 23:45 GMT+2
Last edited by Jonas Häggqvist (rasher) - Sunday, 14 December 2008, 01:40 GMT+2
Opened by Thomas Martitz (kugel.) - Saturday, 13 December 2008, 23:45 GMT+2
Last edited by Jonas Häggqvist (rasher) - Sunday, 14 December 2008, 01:40 GMT+2
|
DetailsMy fix that was committed yesterday for that worked during testing, until I moved the deletion a slight bit down in the function. I moved it down because snprintf'ing to this global variable is done several times in that function, and I needed to add just more snprintfs to make it keep it workign. That broke the fix again without me noticing.
The patch also cleans up this particular global var, which just confused me during resolving that bug. Sorry for the inconveniences :( |
This task depends upon
Closed by Jonas Häggqvist (rasher)
Sunday, 14 December 2008, 01:40 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed in revision 19432.
Sunday, 14 December 2008, 01:40 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed in revision 19432.
Hmm, we agreed to not use MAX_PATH+1, so don't do it.
with this one