mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Where do these tabs keep coming from???
llvm-svn: 19203
This commit is contained in:
parent
9b439381c3
commit
a46121ed32
@ -585,7 +585,7 @@ Path::destroyDirectory(bool remove_contents) const {
|
||||
ThrowError(path + ": Can't read directory: ");
|
||||
}
|
||||
|
||||
for (std::vector<Path>::iterator I = list.begin(); I != list.end(); ++I) {
|
||||
for (std::vector<Path>::iterator I = list.begin(); I != list.end(); ++I) {
|
||||
Path &aPath = *I;
|
||||
if (aPath.isDirectory())
|
||||
aPath.destroyDirectory(true);
|
||||
|
Loading…
Reference in New Issue
Block a user