1
0
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:
Jeff Cohen 2004-12-31 19:03:31 +00:00
parent 9b439381c3
commit a46121ed32

View File

@ -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);