summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch/IcePatchI.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-09-04 21:00:56 +0000
committerMarc Laukien <marc@zeroc.com>2002-09-04 21:00:56 +0000
commita89f60477a4c4b31f7265683fdbc28a44d7f65bc (patch)
treedc7193d6b0a15ed49665cef5644ac38a83be2058 /cpp/src/IcePatch/IcePatchI.cpp
parentmore IcePatch work (diff)
downloadice-a89f60477a4c4b31f7265683fdbc28a44d7f65bc.tar.bz2
ice-a89f60477a4c4b31f7265683fdbc28a44d7f65bc.tar.xz
ice-a89f60477a4c4b31f7265683fdbc28a44d7f65bc.zip
more icepatch stuff
Diffstat (limited to 'cpp/src/IcePatch/IcePatchI.cpp')
-rw-r--r--cpp/src/IcePatch/IcePatchI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch/IcePatchI.cpp b/cpp/src/IcePatch/IcePatchI.cpp
index 55d8f66b387..19cd69e0203 100644
--- a/cpp/src/IcePatch/IcePatchI.cpp
+++ b/cpp/src/IcePatch/IcePatchI.cpp
@@ -95,7 +95,7 @@ IcePatch::DirectoryI::getContents(const Current& current) const
syncUpgraded = true;
}
StringSeq paths2 = readDirectory(path);
- paths.erase(remove(paths2.begin(), paths2.end(), ".icepatch"), paths2.end());
+ paths2.erase(remove(paths2.begin(), paths2.end(), ".icepatch"), paths2.end());
pair<StringSeq::const_iterator, StringSeq::const_iterator> r2 =
equal_range(paths2.begin(), paths2.end(), removeSuffix(*p));
if(r2.first == r2.second)