projects
/
cumulus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cefd6f
)
Bugfix for splitting the metadata log in the new metadata code.
author
Michael Vrable
<mvrable@cs.ucsd.edu>
Tue, 20 Nov 2007 03:01:52 +0000
(19:01 -0800)
committer
Michael Vrable
<mvrable@turin.ucsd.edu>
Tue, 20 Nov 2007 03:01:52 +0000
(19:01 -0800)
metadata.cc
patch
|
blob
|
history
diff --git
a/metadata.cc
b/metadata.cc
index
6661f39
..
68a5664
100644
(file)
--- a/
metadata.cc
+++ b/
metadata.cc
@@
-88,6
+88,7
@@
void MetadataWriter::metadata_flush()
fprintf(statcache_out, "@@%s\n%s", refstr.c_str(), i->text.c_str());
}
+ chunk_size = 0;
items.clear();
}