This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#6514 - Disktidy - only open a single directory handle at a time.
Attached to Project:
Rockbox
Opened by David Dent (the_winch) - Sunday, 07 January 2007, 14:35 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Sunday, 10 August 2008, 14:46 GMT+2
Opened by David Dent (the_winch) - Sunday, 07 January 2007, 14:35 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Sunday, 10 August 2008, 14:46 GMT+2
|
DetailsKeeps track of the position within a directory so the dir handle can be closed when recursing into sub dirs.
When the subdir has been processed the dir is reopened and the required number of items skipped. This should fix |
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Sunday, 10 August 2008, 14:46 GMT+2
Reason for closing: Out of Date
Additional comments about closing: no longer needed
Sunday, 10 August 2008, 14:46 GMT+2
Reason for closing: Out of Date
Additional comments about closing: no longer needed
If you have even deeper folders you get stack overflow.
But for me today that is enough.