Skip to content

Commit

Permalink
Switched the DeleteSelectedFiles() private method of the FrmCleaner c…
Browse files Browse the repository at this point in the history
…lass to the CleanEmptyDirectories() method use.
  • Loading branch information
xvitaly committed Jan 26, 2025
1 parent 5bb5cda commit db8ce68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/srcrepair/FrmCleaner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ private void DeleteSelectedFiles(List<string> DeleteQueue, IProgress<Tuple<int,
{
try
{
FileManager.RemoveEmptyDirectories(Item);
FileManager.CleanEmptyDirectories(Item);
}
catch (Exception Ex)
{
Expand Down

0 comments on commit db8ce68

Please sign in to comment.