summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch2/Calc.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-11-24 22:42:53 +0000
committerMarc Laukien <marc@zeroc.com>2004-11-24 22:42:53 +0000
commit43a041505e6a7d2e36dd0bbe3cf4ac6658b0f3ac (patch)
tree404249bd9a9cddcf662508d823a063232ed247b5 /cpp/src/IcePatch2/Calc.cpp
parentfix (diff)
downloadice-43a041505e6a7d2e36dd0bbe3cf4ac6658b0f3ac.tar.bz2
ice-43a041505e6a7d2e36dd0bbe3cf4ac6658b0f3ac.tar.xz
ice-43a041505e6a7d2e36dd0bbe3cf4ac6658b0f3ac.zip
more icepatch2
Diffstat (limited to 'cpp/src/IcePatch2/Calc.cpp')
-rw-r--r--cpp/src/IcePatch2/Calc.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/src/IcePatch2/Calc.cpp b/cpp/src/IcePatch2/Calc.cpp
index 7b70bb7f7cb..393e9fb5110 100644
--- a/cpp/src/IcePatch2/Calc.cpp
+++ b/cpp/src/IcePatch2/Calc.cpp
@@ -104,10 +104,7 @@ main(int argc, char* argv[])
FileInfoSeq infoSeq;
getFileInfoSeq(".", infoSeq, true, compress, verbose);
-
- sort(infoSeq.begin(), infoSeq.end(), FileInfoCompare());
-
- saveFileInfoSeq(dataDir + ".sum", infoSeq);
+ saveFileInfoSeq(dataDir, infoSeq);
}
catch(const string& ex)
{