Skip to content

Commit

Permalink
update for change to Writer.createRecord
Browse files Browse the repository at this point in the history
  • Loading branch information
carltimmer committed Dec 17, 2024
1 parent 5330705 commit 296d521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/org/jlab/coda/jevio/test/FileTestVer6.java
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ public static void main(String args[]) {
}
}
else {
ByteBuffer record = Writer.createRecord(dictionary, efArray, writer.getByteOrder(), null, null);
ByteBuffer record = Writer.createRecord(dictionary, efArray, efArray.length, writer.getByteOrder(), null, null);

for (int i = 0; i < 6; i++) {
// Top level event
Expand Down

0 comments on commit 296d521

Please sign in to comment.