Fix for issue similar to #317

This commit is contained in:
Frédéric Brégier 2012-05-10 20:58:57 +03:00
parent 3cbc0b5f32
commit 79f32ecba9

View File

@ -64,7 +64,7 @@ public class MixedAttribute implements Attribute {
.getName());
if (((MemoryAttribute) attribute).getChannelBuffer() != null) {
diskAttribute.addContent(((MemoryAttribute) attribute)
.getChannelBuffer(), true);
.getChannelBuffer(), false);
}
attribute = diskAttribute;
}