Skip to content
This repository has been archived by the owner on Oct 6, 2018. It is now read-only.

Commit

Permalink
fix in fileutils
Browse files Browse the repository at this point in the history
  • Loading branch information
MightyPork committed May 22, 2015
1 parent 2b7a0cb commit 8c954c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/net/mightypork/rpw/utils/files/FileUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ private static boolean delete_do(File path, boolean recursive, FileDirFilter fil
if (self) return path.delete();
else return true;
} else {
path.delete();
return true;
}
}
Expand Down

0 comments on commit 8c954c6

Please sign in to comment.