projects
/
cumulus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cbc7cc
)
Include segment checksums as "Checksums" not "Checksum-File" in descriptor.
author
Michael Vrable
<mvrable@cs.ucsd.edu>
Fri, 10 Aug 2007 17:59:33 +0000
(10:59 -0700)
committer
Michael Vrable
<mvrable@turin.ucsd.edu>
Fri, 10 Aug 2007 17:59:33 +0000
(10:59 -0700)
Avoid the use of a dash in a key name in the descriptor file, since it is
not well-tesetd with the various tools.
scandir.cc
patch
|
blob
|
history
diff --git
a/scandir.cc
b/scandir.cc
index
9075e51
..
d91701f
100644
(file)
--- a/
scandir.cc
+++ b/
scandir.cc
@@
-778,7
+778,7
@@
int main(int argc, char *argv[])
SHA1Checksum checksum_csum;
if (checksum_csum.process_file(checksum_filename.c_str())) {
- descriptor << "Checksum
-File
: " << checksum_csum.checksum_str() << "\n";
+ descriptor << "Checksum
s
: " << checksum_csum.checksum_str() << "\n";
}
descriptor << "Segments:\n";