Skip to content

Commit 4cadc91

Browse files
author
fossdd
committed
Update pijul
1 parent 80a105d commit 4cadc91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libpijul/src/record.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,6 +1091,7 @@ impl Recorded {
10911091
};
10921092

10931093
let mut contents = self.contents.lock();
1094+
contents.push(0);
10941095
let meta_start = ChangePosition(contents.len().into());
10951096
FileMetadata {
10961097
metadata: item.metadata,
@@ -1099,6 +1100,7 @@ impl Recorded {
10991100
}
11001101
.write(&mut contents);
11011102
let meta_end = ChangePosition(contents.len().into());
1103+
contents.push(0);
11021104
if !moved.edges.is_empty() {
11031105
// If there was exactly one alive name, this is a regular
11041106
// move, i.e. not a conflict.

0 commit comments

Comments
 (0)