diff options
author | Marc Laukien <marc@zeroc.com> | 2003-01-04 20:27:00 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2003-01-04 20:27:00 +0000 |
commit | abc6a2565c38b1f541d734556439b645e4fa6a85 (patch) | |
tree | 6c21a3aa5b923d247b134d19f64994a254752421 /cpp/src/IcePatch/Server.cpp | |
parent | amd operations should declare exceptions (diff) | |
download | ice-abc6a2565c38b1f541d734556439b645e4fa6a85.tar.bz2 ice-abc6a2565c38b1f541d734556439b645e4fa6a85.tar.xz ice-abc6a2565c38b1f541d734556439b645e4fa6a85.zip |
IcePatch bug fixes
Diffstat (limited to 'cpp/src/IcePatch/Server.cpp')
-rw-r--r-- | cpp/src/IcePatch/Server.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/IcePatch/Server.cpp b/cpp/src/IcePatch/Server.cpp index 2547ec791ef..54103864ee7 100644 --- a/cpp/src/IcePatch/Server.cpp +++ b/cpp/src/IcePatch/Server.cpp @@ -242,14 +242,14 @@ IcePatch::Updater::cleanup(const FileDescSeq& fileDescSeq) { // // Force MD5 files to be created and orphaned files to be - // removed. + // removed. Then recurse into subdirectories. // cleanup(directoryDesc->dir->getContents()); // - // Call describe(), because MD5 files in subdirectories - // might have changed, resulting in a different summary - // MD5 for this directory. + // Call describe(), because BZ2 and MD5 files in the + // directory might have changed, resulting in a different + // summary MD5 for this directory. // directoryDesc->dir->describe(); } |