diff options
Diffstat (limited to 'cpp/src/IcePatch/Client.cpp')
-rw-r--r-- | cpp/src/IcePatch/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch/Client.cpp b/cpp/src/IcePatch/Client.cpp index 3d42e8378b3..2752706d817 100644 --- a/cpp/src/IcePatch/Client.cpp +++ b/cpp/src/IcePatch/Client.cpp @@ -374,7 +374,7 @@ IcePatch::Client::patch(const DirectoryDescPtr& dirDesc, const string& indent) c if(_remove) { StringSeq fullDirectoryListing = readDirectory(identityToPath(dirDesc->directory->ice_getIdentity())); - orphaned.reserve(fullDirectoryListing); + orphaned.reserve(fullDirectoryListing.size()); for(StringSeq::const_iterator p = fullDirectoryListing.begin(); p != fullDirectoryListing.end(); ++p) { if(*p != ".icepatch" && getSuffix(*p) != "md5") |