Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#11827 - disktidy: properly delete directories with a wildcard

Attached to Project: Rockbox
Opened by Alexander Levin (fml2) - Thursday, 23 December 2010, 20:14 GMT+2
Last edited by Alexander Levin (fml2) - Wednesday, 29 December 2010, 21:56 GMT+2
Task Type Patches
Category Plugins
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Release 3.7.1
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

Current version: 28881.

The disktidy plugin seems not not to delete directories specified by a pattern. I.e. if you have the directories "tf1" and "tf2", and "tf*/" is specified in the config file, then tf1 and tf2 should be deleted, but they are not.

The attached patch tries to fix that.
   disktidy.patch (0.5 KiB)
 apps/plugins/disktidy.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

This task depends upon

Closed by  Alexander Levin (fml2)
Wednesday, 29 December 2010, 21:56 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  Fixed and accepted as r28900

Loading...